#!/usr/bin/perl use strict; use warnings; use WWW::Mechanize::Firefox; my $mechanize = WWW::Mechanize::Firefox->new( stack_depth => 0);