XP is just a number | |
PerlMonks |
Re: Help with my rookie logicby apl (Monsignor) |
on Sep 17, 2010 at 12:28 UTC ( [id://860473]=note: print w/replies, xml ) | Need Help?? |
opendir (DIR, $filepath) || die("Cannot open directory");
should be modified to opendir (DIR, $filepath) || die("Cannot open directory '$filepath': $!"); Similarly,
In Section
Seekers of Perl Wisdom
|
|