Help for this page
$ffpath='C:\\Program Files\\Mozilla Firefox\\firefox.exe'; $mech = WWW::Mechanize::Firefox->new( ... launch =>$ffpath ); $mech->get('about:blank');