Help for this page

Select Code to Download


  1. or download this
      package My::App;
      use base CGI::Prototype;
      sub handler {
        __PACKAGE__->activate;
      }
    
  2. or download this
    our $_mirror = __PACKAGE__->reflect; # for slots that aren't subs
    
  3. or download this
    sub initialize_CGI {
      my $self = shift;
    ...
           CGI->new;
         });
    }