tdrought has asked for the wisdom of the Perl Monks concerning the following question:
Like I had started, it was working great, up to about a week agin. I did nothing. It just started timing out. Any ideas on how this can be debugged?my $useragent = LWP::UserAgent->new( protocols_allowed => ["htt +ps"] ); my $request = POST( "https://secure.mydomain.com/script.dll", $ +request_values ); my $response = $useragent->request( $request ); my @responses = split( /$request_values->{x_delim_char}/, $resp +onse->content );
2006-02-12 Retitled by planetscape, as per Monastery guidelines
Original title: 'Debugging Perl'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Debugging LWP
by brian_d_foy (Abbot) on Feb 11, 2006 at 17:29 UTC | |
Re: Debugging LWP
by vladb (Vicar) on Feb 11, 2006 at 17:32 UTC | |
Re: Debugging LWP
by tdrought (Novice) on Feb 11, 2006 at 18:04 UTC | |
by vladb (Vicar) on Feb 11, 2006 at 18:18 UTC | |
by tdrought (Novice) on Feb 11, 2006 at 19:22 UTC | |
by renodino (Curate) on Feb 12, 2006 at 00:45 UTC | |
Re: Debugging LWP
by holli (Abbot) on Feb 11, 2006 at 18:28 UTC |