Help for this page
my $mech = WWW::Mechanize::Firefox->new(); $mech->allow(frames => 1); ... $mech->field('password' => '$pw'); $mech->click_button(name => 'login'); $mech->get('https://path/to/file.rar);