Help for this page

Select Code to Download


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