Does it hang if you only use LWP::UserAgent, or only
HTTP::Request::Common? Or is the combination required?

On Fri, 9 Apr 2004 14:53:26 -0400, "Tal Cohen" <[EMAIL PROTECTED]>
said:
> Below is a snippet of code that when run in HPUX B.11.00 E 9000/785 just
> hangs, no CPU usage, no ability to terminate (CTRL-C and CTRL-X do nor
> respond), no nothing.
> 
>    #!/usr/pkgs/perl/5.8.0/bin/perl
>    use LWP::UserAgent;
>    use HTTP::Request::Common qw(POST);
>    print "1\n";
>    exit 0;
> 
> Just to state the obvious, this is part of a larger program &#65533; which has
> been removed to protect the innocent and not so innocent. I have been
> able to isolate the problem to this particular piece of code.
> 
> Any suggestions or ideas are appreciated.
> 
> Tal Cohen
> 
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to