Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

What should I have done to get information on LWP::SIMPLE? At http://perldoc.com/perl5.8.0/lib.html there are links to information on:

LWP The World-Wide Web library for Perl LWP::ConnCache Connection cache manager LWP::Debug debug routines for the libwww-perl library LWP::MediaTypes guess media type for a file or a URL LWP::MemberMixin Member access mixin class LWP::Protocol Base class for LWP protocols LWP::RobotUA A class for Web Robots LWP::UserAgent A WWW UserAgent class

The search tool at perldoc.com gave me a few links, but the one that seemed most related was http://www.perldoc.com/perl5.8.0/lib/LWP/Simple.html, and that didn't contain the information that I wanted. I wanted to know the differences between the simple and full-featured LWP modules, specifically, whether the support for "transparent redirect handling" that's mentioned in the general LWP information at http://perldoc.com/perl5.8.0/lib/LWP.html exists for LWP::SIMPLE. Someone told me that my script, which uses LWP::SIMPLE, was able to get the page it was redirected to, but I know my script couldn't get certain other pages that required a redirect. I wanted to know if I needed the full-functioning LWP for full redirect support.

I ended up searching google for "lwp::simple" redirects, and found http://archive.develooper.com/libwww@perl.org/msg04147.html, which gave me the answer: "LWP::Simple does not perform automatic redirects. You will need to use LWP::UserAgent and LWP::Request." I'd like to confirm this with the docs. Could someone tell me where to look?

Thanks

In reply to Lack of LWP::SIMPLE information by Wassercrats

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 07:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found