in reply to Perl Output/Web Server Question
The webserver knows your script is done, when it stop running :) not by any sentinal output.
If you took your original script and changed it to
This should prevent the timeout from occuring.$|++; # turn off output buffering. for each page-I-want-to-get{ print "getting page" get it using LWP:Simple or skip if error print "done" munge the HTML write it out to a file }
HTH
/\/\averick
perl -l -e "eval pack('h*','072796e6470272f2c5f2c5166756279636b672');"
|
|---|