Help for this page

Select Code to Download


  1. or download this
    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.
    
  2. or download this
    use CGI qw(:standard);
    use CGI::Carp qw(fatalsToBrowser);
    
    print "Content-type: text/html\n\n";
    print "Hello World";