Help for this page

Select Code to Download


  1. or download this
    foreach my $href ( @{$refdata->{'Map'}} ){
        print $href->{'MapId'} ."\n";
    }
    
  2. or download this
    my $refdata = XMLin('C:/myxmltest.xml', forcearray => [ 'Map' ]);