Help for this page

Select Code to Download


  1. or download this
    # cgi.pl
    
    ...
    shift->activate;
    
    __END__
    
  2. or download this
    # CGI/Classic.pm
    
    ...
    
    1;
    __END__
    
  3. or download this
    shift;   # discard script's second argument
    Zero->new( 'parent*' => 'Zero' )->activate;