Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use MyAuth; ## has strict, warnings, etc.
    ...
          PARAMS => { 'Next_CGI' => "some_url_without_query_string" }
    );
    $webapp->run();
    
  2. or download this
    sub teardown()
       my $self = shift;
    ...
       }
       return $output;
    }