Help for this page

Select Code to Download


  1. or download this
    my $ffm = FFMech->new;
    $ffm->gets('http://nyt.com');
    
  2. 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.
    
  3. or download this
    sub gets {
      my $self = shift;
    ...
      $self->get($url);
      sleep($sec);
    }