#!/usr/bin/perl -w use strict; use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new(activate => 1); $mech->get("http://www.google.com"); printf("title: %s\n", $mech->title()); $mech->document(); $mech->content(); #### > www_mech_firefox_test.pl command timed-out at /home/user1/perl5/lib/perl5/MozRepl/Client.pm line 186