Help for this page
$url = 'http://www.statistics.gov.uk/STATBASE/tsdataset.asp?vlnk=7174' +; $mech = WWW::Mechanize->new(); ... $_ = $mech->content(); print $_;
$mech->submit_form( form_name => 'form1', );