On Mo, 2006-03-20 at 18:09 -0500, Keven Murphy wrote:

> [-
> use DBI;
> use CGI;
> 
> $req = shift;
> my $upload = CGI->new();

Remove the line above. $upload is never used anyway, and there have
been some issues in the past about CGI clashing Embperl's reading
of the request parameters. I just dumped CGI.pm altogether (in Embperl
pages) and never regretted it.

Hth,
Torsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to