- or download this
#!/usr/bin/perl
BEGIN { unshift @INC, "/home/steve/perl/perl-lib" }
...
use FFMech;
my $ffm = FFMech->new;
- or download this
package FFMech;
use strict;
...
is => 'ro',
isa => 'Int',
);
- 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
- or download this
my $mech->new(launch => 'firefox');