in reply to calling CGI script from outside server
perl -MLWP::Simple -we 'print get ("http://myserver/cgi-bin/temp.cgi") +;' [download]