--- Stas Bekman <[EMAIL PROTECTED]> wrote:

> Igor, please trim your replies to include only the
> quotes you are replying 
> to. Thank you.

Good point, thanks.

> Igor Chudov wrote:
> > Of these two modules, CGI::Deurl is responsible.
> > 
> > It does something strange here:
> > 
> > sub load { 
> >     my $data; 
> >     if (defined $ENV{REQUEST_METHOD} and
> > $ENV{REQUEST_METHOD} eq "POST") { 
> >      read STDIN , $data , $ENV{CONTENT_LENGTH} ,0;
> 
> 
> It assumes that it's the one that grabs the POST
> data, so obviously CGI.pm 
> doesn't work.

Well, it used to work. I would not mind changing it to
make it work again. 

I just tried to invoke Deurl with NOTCGI argument, as
Deurl suggests for those who do not want to read the
query. When invoked with NOTCGI, Deurl/perl barfs
saying:

failed to resolve handler `Algebra::Solver::Handler':
BEGIN not safe after errors--compilation aborted at
/data3/webdata/algebra.com/templates/Algebra/Solver/Handler.pm
line 17.\nCompilation failed in require at (eval 18)
line 3.\n


- Igor



                
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

Reply via email to