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

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

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

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

    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!