- or download this
# call NDFgenByDay to retrieve the xml forecast data
print "\n\nCalling NDFgenByDay to retrieve XML forecast data f
+or ", $location[$i], " ... ";
...
=>SOAP::Data->type(string=>$format)->name('format')
);
print "done.\n";
- or download this
my $xml = $filePath . 'Forecast_' . $location[$i] . '.xml';
open(OUT, '>' . $xml);
print OUT $response->result;
close(OUT);
- or download this
$weatherIconURL = $data->{'data'}->{'parameters'}->{'conditions-icon'}
+->{'icon-link'}->[0];