madM has asked for the wisdom of the Perl Monks concerning the following question:
my $url = 'https://www.google.de/'; my $m->get($url); my $link = $m->find_link(text => 'Bilder'); print "The Google Bilder search URL is: $link->url()\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: small small script using WWW::Mechanize
by atcroft (Abbot) on Sep 18, 2013 at 01:23 UTC | |
by madM (Beadle) on Sep 18, 2013 at 01:37 UTC | |
by Anonymous Monk on Sep 18, 2013 at 03:19 UTC | |
|
Re: small small script using WWW::Mechanize
by Khen1950fx (Canon) on Sep 18, 2013 at 01:17 UTC | |
by madM (Beadle) on Sep 18, 2013 at 01:35 UTC |