use strict; use warnings; use WWW::Mechanize; use CACertOrg::CA; my $mech = WWW::Mechanize->new(); $mech->agent_alias("Windows IE 6"); $mech->get("https://dashboard.appsee.com/home/revision-app-ios#/overview/index#ios/all/month/all"); print $mech->content();