#!/usr/bin/perl use strict; use warnings; use WWW::Mechanize::Firefox; my $m = WWW::Mechanize::Firefox->new(repl=>"localhost:4243",activate=>1);