Help for this page
HTTP Error 404 ... The Web server cannot find the file or script you asked for. Please ch +eck the URL to ensure that the path is correct. Please contact the server's administrator if this problem persists.
use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; print "Hello World";