Help for this page

Select Code to Download


  1. or download this
    PerlHandler MyPackage->method
    
  2. or download this
    # in startup.pl
    $My::handler_obj = $MyPackage->new('foo' => 'bar');
    # then, in httpd.conf - NOTE THE '$' SIGIL
    PerlHandler $My::handler_obj->method