1. On a script-by-script basis Set the variable at the top of the script, right after the ``use'' statement: use CGI qw/:standard/; use CGI::Carp 'fatalsToBrowser'; $CGI::POST_MAX=1024 * 100; # max 100K posts