Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    # hello.pl -- my first perl script!
    ...
    
    </HTML>
    EOF
    
  2. or download this
    #! /usr/bin/perl
    print "Content-type: text/html\n\n";
    print "<html><body><h1>Hello World!";
    ...
    CGI http header error
    https://www.perlmonks.org/?node_id=262641
    EOF