Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
                      @{ $forecast_arr->{data}[0]{'time-layout'} };
    my @names = map $_->{'period-name'}, @{ $item->{'start-valid-time'} };
    print "@names\n";