Re: LWP debug

2006-05-03 Thread Peter Scott
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.[...] > >

Re: LWP debug

2006-05-03 Thread luis
Peter Scott wrote: On Tue, 02 May 2006 13:06:56 +0200, luis wrote: the following code is part of a bigger script. I would like to know if there is a way to print out or store into a file all the messages that my script sends to the server, I mean, the full header and data parts sent to the serv

Re: LWP debug

2006-05-02 Thread Peter Scott
On Tue, 02 May 2006 13:06:56 +0200, luis wrote: > the following code is part of a bigger script. I would like to know if > there is a way to print out or store into a file all the messages that > my script sends to the server, I mean, the full header and data parts > sent to the server, in order to