marto@Shemp:~/code$ cat ff.pl #!/usr/bin/perl use strict; use warnings; use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new(); $mech->get('http://perlmonks.org');