in reply to
Re: Re: Is the file there?
in thread
Is the file there?
-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
Comment on
Re: Re: Re: Is the file there?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom