Chris Share wrote:
Rob Dixon wrote:
Chris Share wrote:
I'm trying to implement the following code:
##
require LWP::UserAgent;
my $ua = LWP::UserAgent->new;
$ua->timeout(10);
$ua->env_proxy;
my $response = $ua->get('http://search.cpan.
--- Chris Share <[EMAIL PROTECTED]> wrote:
> Thanks for the info. Isn't this what the Perl
> Package Manager is for?
>
> Rob Dixon wrote:
> > Chris Share wrote:
> >
> >> I'm trying to implement the following code:
> >>
> >>
>
##
> >>
> >> requ
Thanks for the info. Isn't this what the Perl Package Manager is for?
Rob Dixon wrote:
Chris Share wrote:
I'm trying to implement the following code:
##
require LWP::UserAgent;
my $ua = LWP::UserAgent->new;
$ua->timeout(10);
$ua->env_pr
Chris Share wrote:
I'm trying to implement the following code:
##
require LWP::UserAgent;
my $ua = LWP::UserAgent->new;
$ua->timeout(10);
$ua->env_proxy;
my $response = $ua->get('http://search.cpan.org/');
if ($response->is_success) {
I'm trying to implement the following code:
##
require LWP::UserAgent;
my $ua = LWP::UserAgent->new;
$ua->timeout(10);
$ua->env_proxy;
my $response = $ua->get('http://search.cpan.org/');
if ($response->is_success) {
print $response