Help for this page

Select Code to Download


  1. or download this
    #start of script
    #!/usr/bin/perl
    ...
    END
    $interp->exec($comp);
    #end of script
    
  2. or download this
    hi Greetings, <% ("Earthlings", "Martians")[rand 2] %>
    
  3. or download this
    [Sun Mar 25 13:28:31 2012] [error] [client 127.0.0.1] malformed header
    + from script. Bad header=hi Greetings, Earthlings: handshake3.html
    [Sun Mar 25 13:28:31 2012] [warn] /mason/handshake3.html did not send 
    +an HTTP header
    
  4. or download this
    PerlModule HTML::Mason::ApacheHandler
    <Location /mason/handshake3.html>
        SetHandler perl-script
        PerlHandler HTML::Mason::ApacheHandler
    </Location>