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