#!/usr/local/bin/perl -w use lib '.'; use LWP::Simple; $myDocument = get "http://www.ecst.csuchico.edu/"; print "Content-type: text/html\n\n"; $myDocument; #### Useless use of a variable in void context at /docs/cust-bin/test.cgi line 8. Content-type: text/html