Re: Setup of CGI.pm failed

2001-10-01 Thread Gerald Richter
I am occasionally getting the following message from CGI.pm in $@: Line 1: Setup of CGI.pm failed: That error message comes from Embperl. Embperl setup CGI.pm to get a file upload. When something went wrong with this file upload, CGI.pm dies, which is catched with this line: eval { $cgi

Setup of CGI.pm failed

2001-09-28 Thread Chris Allen
I am occasionally getting the following message from CGI.pm in $@: Line 1: Setup of CGI.pm failed: when HTML::Embperl runs the this line: eval { $cgi = new CGI }; I am not sure where this message is coming from - it might be mod_perl, it might be CGI.pm - but I am at a loss to find it. I