in reply to
how to check
Read
perlintro
if ( -f $path ) { print "do something, its a file\n"; }
[download]
Comment on
Re: how to check
Download
Code
In Section
Seekers of Perl Wisdom