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
Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.
Adrian Machado -
Adrian Machado -
Mike Young -
Mike Young -
Top comments (0)