Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    BEGIN { unshift @INC, "/home/steve/perl/perl-lib" }
    ...
    use FFMech;
    
    my $ffm = FFMech->new;
    
  2. or download this
    package FFMech;
    use strict;
    ...
      is => 'ro',
      isa => 'Int',
    );
    
  3. or download this
    Failed to connect to , problem connecting to "localhost", port 4242: C
    +onnection refused at /usr/local/share/perl/5.20.2/MozRepl/Client.pm l
    +ine 144
    
  4. or download this
    my $mech->new(launch => 'firefox');