: # We don't need file uploads or very large POST requests.  Double
: # each line to prevent a 'variable used only once' warning.
: $CGI::DISABLE_UPLOADS = 1;
: $CGI::DISABLE_UPLOADS = 1;
: $CGI::POST_MAX = 1000000;
: $CGI::POST_MAX = 1000000;

There must be a better way, but what ?

--
Nick

Reply via email to