- or download this
#!/usr/bin/perl
use strict;
...
my $er = EventRepository->new;
$er->gets('http://google.com');
- or download this
package EventRepository;
use strict;
...
$self->{_mech} = FFMech->new();
return $self;
}
- or download this
package FFMech;
use strict;
...
$self->{_mech}{_mech}->get($url, sychronize => $syn);
sleep($sec);
}
- or download this
$self->{_mech}{_mech}->get($url, sychronize => $syn);