My perl program opens dos directory and tests all files
using -f. There are 5 files in the directory. Somehow the program recognizes only 3. For 2 others any file test operator does not return any value. Here is a code -
{
($dir,$title)=@_;
opendir (DIR,$dir) || die "cannot open: $!"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.