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
Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.
Prince -
Prince -
Mike Young -
Mike Young -
Top comments (0)