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;
In reply to Re: LWP post
by borisz
in thread LWP post
by prc_perl_c_c++_java
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |