Help for this page

Select Code to Download


  1. or download this
    <FilesMatch "\.html$">
       SetHandler html-mason
    </FilesMatch>
    
  2. or download this
    #!perl
    use HTML::Mason::CGIHandler;
    
    ...
     );
       
    $h->handle_request;