This is not working, the problam alredy...
my program:
and the server timeout close my program.
use CGI qw/:standard -no_debug/;
$| = 1;
print CGI::header(-nph=>1);
print "sdfsdf";
use LWP::Simple;
$got = get("http://www.walla.co.il");
print $got;
i have a program in perl, and while i try to start it this i see this massage:
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
how i increase the TIMEOUT from the program?
thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.