Subject: | port 4242: Connection refused |
Show quoted text
> cat open-url.pl
#!perl -w
use strict;
use WWW::Mechanize::Firefox;
my $mech = WWW::Mechanize::Firefox->new(
activate => 1, # bring the tab to the foreground
);
$mech->get('http://www.perlworkshop.de');
<>;
Show quoted text> perl open-url.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