- or download this
if (-e "data/$file.data") || (-e "data/$otherfile.data")
{
...
else {
print "<BR>Hohum neither of the files exist";
}
- or download this
if (-e "data/$file.data") or (-e "data/$otherfile.data")
{
...
else {
print "<BR>Hohum neither of the files exist";
}