Subject: | port 4242: Connection refused |
hunter@lolo:~/scrap$ cat mech-fox.pl
use WWW::Mechanize::Firefox;
my $mech = WWW::Mechanize::Firefox->new(
launch => '/usr/bin/firefox',
);
$mech->get('http://google.com');
hunter@lolo:~/scrap$ which firefox
/usr/bin/firefox
hunter@lolo:~/scrap$ perl mech-fox.pl
Failed to connect to , problem connecting to "localhost", port 4242:
Connection refused at /usr/local/share/perl/5.10.1/MozRepl/Client.pm
line 144