madM has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use strict; use warnings; use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new(); $mech->get('https://openbook.etoro.com/Dellos/overview/'); print $mech->content(); exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem using WWW::Mechanize::Firefox
by boftx (Deacon) on Nov 20, 2013 at 04:43 UTC | |
|
Re: Problem using WWW::Mechanize::Firefox
by Corion (Patriarch) on Nov 20, 2013 at 07:34 UTC | |
|
Re: Problem using WWW::Mechanize::Firefox
by Ea (Chaplain) on Nov 20, 2013 at 10:57 UTC | |
by madM (Beadle) on Nov 21, 2013 at 10:15 UTC |