Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    # hello.pl -- my first perl script!
    print "Content-type: text/html\n\n";
    print "Hello, world!\n";
    
  2. or download this
    HTTP/1.1 200 OK
    
    ...
    
    
    ---------- HTTP Content