in reply to Re^2: Where is LWP::Simple::get error information stored?
in thread Where is LWP::Simple::get error information stored?

Of course it doesn't, it forces you to store it

my $response = $ua->get('http://example.org/');

  • Comment on Re^3: Where is LWP::Simple::get error information stored?

Replies are listed 'Best First'.
Re^4: Where is LWP::Simple::get error information stored?
by Anonymous Monk on Sep 28, 2012 at 14:00 UTC

    Oh, and it forces you to store the content, too? How inconvenient!

      Oh, and it forces you to store the content, too? How inconvenient!

      WWW::Mechanize is more convenient!

        Oh, well, once I get my neural interface module written and the bugs ironed out, I'll write a DWIM module. The syntax will be like this:

        #!/usr/bin/perl use DWIM; DWIM->do(qw/what I mean/);

        And it'll be even more convenient!