Help for this page

Select Code to Download


  1. or download this
    ...
    sub handler {
    ...
        
        return Apache2::Const::OK;
    }
    
  2. or download this
    my $r = shift;
    
    ...
    $vars{'message'} .= '<br />'.Dumper(\%ENV);
    
    $template->process("hello.html", \%vars) || die $template->error();