Help for this page

Select Code to Download


  1. or download this
    use CGI qw(-private_tempfiles);
    
  2. or download this
    # Set this to a positive value to limit the size of a POSTing
    # to a certain number of bytes:
    $POST_MAX = -1;