Help for this page

Select Code to Download


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