The follow code shows if a file exists using PERL lenguaje
$filename="FILEX.TXT";
if (-e $filename) {
print "File Exists!";
}
else
{
print "don't exists";
}
The follow code shows if a file exists using PERL lenguaje
$filename="FILEX.TXT";
if (-e $filename) {
print "File Exists!";
}
else
{
print "don't exists";
}
For further actions, you may consider blocking this person and/or reporting abuse
Bruno Ciccarino λ -
Ian Ndeda -
Sudhakar George -
Labby -
Top comments (0)