The following code was working up until Monday this week.
The next section creates a web page and simply prints a picture with the name of $JPG_PICTURE.
The code above always evaluates as false and prints a 0 on the screen, then it prints the actual picture.
It appears that there is a problem with PERL with the ISP. Please confirm that the syntax is correct as my ISP says there is something wrong with the script.
Keith
Code:
if(-e $JPG_PICTURE){
print "1";
}else{
print "0";
}
The code above always evaluates as false and prints a 0 on the screen, then it prints the actual picture.
It appears that there is a problem with PERL with the ISP. Please confirm that the syntax is correct as my ISP says there is something wrong with the script.
Keith