#!C:\Perl64\bin -w use strict; use diagnostics; use WWW::Mechanize::Firefox; use WWW::Mechanize; use MozRepl::RemoteObject; use LWP::UserAgent; my $email = ‘[user]’; my $password = ‘[password]’; ###Open Firefox and navigate to medusa### my $mech = WWW::Mechanize::Firefox->new(launch => 'C:\Program Files (x86)\Mozilla Firefox\firefox.exe', activate => 1, autoclose => 0); $mech->autodie(0); $mech->allow( javascript => 1); $mech->get(‘[URL]’); my $genmech = WWW::Mechanize->new(); ###Enter email and password### $mech->submit_form( with_fields => { email => $email, password => $password, } ); #### “Failed during this command: ZIGOROU/MozRepl-0.06.tar.gz : make_test NO”