On Wed, 03 May 2006 10:16:05 +0200, luis wrote: > Peter Scott wrote: >> >> use LWP::Debug qw(+conns); >> > > Thank you, Peter. That would be great if I knew where to read the STDERR > since I'm running my script from the command line in an out-of-the-box > CentOS linux installation.[...] > > using LWP::DebugFile but I was expecting to get the full messages that > the script is sending to the server in the other side, something like: >
For reasons currently outside my comprehension, it appears that in order to get the data you want you need to set the environment variable PERL_LWP_USE_HTTP_10 to something true. I shall dig further. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>