$ffpath='C:\\Program Files\\Mozilla Firefox\\firefox.exe'; $mech = WWW::Mechanize::Firefox>new(tab=>'current',activate=>1,launch=>$ffpath); $mech->get('about:blank');