- or download this
my $ffm = FFMech->new;
$ffm->gets('http://nyt.com');
- or download this
Can't use an undefined value as a HASH reference at /usr/local/share/p
+erl/5.20.2/WWW/Mechanize/Firefox.pm line 804.
- or download this
sub gets {
my $self = shift;
...
$self->get($url);
sleep($sec);
}