in reply to Re: can LWP::UserAgent follow links?
in thread can LWP::UserAgent follow links?
my $curl = LibCurl::Easy.new(:verbose, :followlocation, URL => 'http://example.com'); $curl.setopt(:verbose, followlocation => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: can LWP::UserAgent follow links?
by Anonymous Monk on Jul 29, 2017 at 03:44 UTC |