in reply to checking for a file
cheers,if(-e "/bin/do/foo/$targetFile") { print "is there!\n"; } else { print "someone stoled it...\n"; }
Aldo
__END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;
In Section
Seekers of Perl Wisdom
in reply to checking for a file
cheers,if(-e "/bin/do/foo/$targetFile") { print "is there!\n"; } else { print "someone stoled it...\n"; }
__END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;