![]() |
|
more useful options | |
PerlMonks |
Re: Re: Re: Is the file there?by Tyke (Pilgrim) |
on Oct 25, 2001 at 16:57 UTC ( #121437=note: print w/replies, xml ) | Need Help?? |
-f tests if the file is a 'plain' file or not.
If you want to test for existence you might be better off
with the -e test
In Section
Seekers of Perl Wisdom
|
|