in reply to Re: LWP on JSP site...
in thread LWP on JSP site...

Using of HTML::Form unlikely to fix a problem as this module internally uses LWP::UserAgent.

I'm not sure but this problem could be related to new HTTP/1.1 support code in latest versions of LWP. You may try to set environment variable PERL_LWP_USE_HTTP_10 before running your script. See perldoc LWP for details.

--
Ilya Martynov (http://martynov.org/)

Replies are listed 'Best First'.
Re: Re: Re: LWP on JSP site...
by inblosam (Monk) on Jul 24, 2002 at 15:33 UTC
    I tried doing so, but no change. Any other ideas?

    Michael Jensen