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 � 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.
First step is to try running with the debugger and single-stepping through to see where you hang.
--
Dan
--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
[EMAIL PROTECTED] have teddy bears and even
teddy bears get drunk
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

