in reply to
Re: Re: Is the file there?
in thread
Is the file there?
A small wonder, if the file you try to open isn't there. The file can't be opened, and the die part is executed. Check out
Albannach
's post, and learn about the file test operator:
-f $file
.
Comment on
Re:{3} Is the file there?
Download
Code
In Section
Seekers of Perl Wisdom