Uh, okay, errr... maybe try...?
#!...perl -T use strict; eval { # entire script as before but try 'require CGI' instead of 'use' }; deal_with_problem($@) if $@; sub deal_with_problem { # mail, print feedback page, etc }
In reply to Re^3: file upload, max_post, and cgi-error
by Your Mother
in thread file upload, max_post, and cgi-error
by nponte
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |