in reply to Re: Re: Using the modules I want to use.
in thread Using the modules I want to use.
or justuse CGI qw/:standard/; print header;
before any print commands in your script, which will allow the output from the script to appear in the browser window.print "Content-type: text/html\n\n";
|
---|