Help for this page

Select Code to Download


  1. or download this
    
    foreach my $vals ( keys %{ $xml }){
       print Dumper $vals;
    }
    
  2. or download this
     $VAR1 = {
               'precipitation' => {
    ...
                         'country' => 'US'
                       }
     };