in reply to mod_perl file upload "end of file found" Or CGI.pm undefined filehandle
my $cgi = CGI->new; my $self = { OBJ_cgi => $cgi }; [download]
You probably shouldn't cache $cgi like that ... see CGI to mod_perl Porting. mod_perl Coding guidelines