Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: LWP post

by borisz (Canon)
on Feb 24, 2005 at 01:29 UTC ( [id://433922]=note: print w/replies, xml ) Need Help??


in reply to LWP post

Perhaps this POST function s is what you searched for:
use LWP::UserAgent; use HTTP::Request::Common; my $ua = LWP::UserAgent->new; my $res = $ua->request( POST "http://search.cpan.org/search", [ query => 'libwww-perl', mode => 'dist' ] ); print $res->content if $res->is_success;
Boris

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://433922]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (9)
As of 2024-03-28 18:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found