Help for this page

Select Code to Download


  1. or download this
      package My::HelloWorld;
      use base CGI::Prototype;
    ...
    
      My::HelloWorld->activate;
    
  2. or download this
    package doesnt_matter;
    use CGI::Prototype;
    ...
    
    $derived->activate;