Help for this page

Select Code to Download


  1. or download this
    [Sun Mar 12 21:19:27 2006] [error] [client 127.0.0.1] File does not ex
    +ist: /Library/WebServer/Documents/favicon.ico
    [Sun Mar 12 21:19:27 2006] [error] (8)Exec format error: exec of /Libr
    +ary/WebServer/CGI-Executables/first.pl failed
    [Sun Mar 12 21:19:27 2006] [error] [client 127.0.0.1] Premature end of
    + script headers: /Library/WebServer/CGI-Executables/first.pl
    
  2. or download this
    [lupercal:/library/webserver/cgi-executables] richill% whereis perl
    /usr/bin/perl
    
  3. or download this
    #!/usr/bin/perl
    print "Content-type: text/html\r\n\r\n";
    print "Hello, World.";