Help for this page

Select Code to Download


  1. or download this
        use CGI qw(:all);
    
  2. or download this
        $CGI::DISABLE_UPLOADS = 1;                    # Disable uploads
        $CGI::POST_MAX        = 512 * 1024;           # limit posts to 512
    +K max
                                                      # set to personal ne
    +eds, of course
    
  3. or download this
        use CGI::Safe;
        my $CGI = CGI::Safe->new;