isync has asked for the wisdom of the Perl Monks concerning the following question:
my $response = $useragent->get($url); my $stored_as_file = $response->as_string;
my $response = HTTP::Response->parse( $stored_as_file );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to reconstruct HTTP::Response from file properly
by Corion (Patriarch) on May 02, 2007 at 06:41 UTC | |
by isync (Hermit) on May 02, 2007 at 09:37 UTC | |
by Corion (Patriarch) on May 02, 2007 at 10:34 UTC | |
by isync (Hermit) on May 02, 2007 at 11:18 UTC | |
|
Re: How to reconstruct HTTP::Response from file properly
by isync (Hermit) on May 02, 2007 at 13:06 UTC |