Perl script tests:
1:
| #!/usr/bin/perl print "Content-Type: text/html\n"; print "\n" ; print "hello world\n"; |
2:
| #!/usr/bin/perl print "Content-Type: text/html\n"; print "\n" ; use CGI; require("url_get.pl"); print url_get( "http://www.ebay.com" ); |
(all perl test files including url_get.pl in pl_test.zip )