use WWW::Mechanize; my $mech = 'WWW::Mechanize'->new; my $url = "***"; //I have hided the website as it is internal to the company. $mech->get("$url"); $mech->click('loadProject()'); #$mech->click_button(id => 'loadProject');