# Good $CGI::DISABLE_UPLOADS = 0; my $q = CGI->new; # Bad my $q = CGI->new; $CGI::DISABLE_UPLOADS = 0;