Help for this page

Select Code to Download


  1. or download this
    package Site::CGI;
    
    ...
    # . . .
    
    1;
    
  2. or download this
    use Site::CGI;  # instead of use CGI;
    my $query = Site::CGI->new;
    ...
    print $query->my_sub;
    
    # etc