Acme-What
view release on metacpan or search on metacpan
examples/weather.pl view on Meta::CPAN
my ($temperature) = XML::LibXML
-> load_xml(location => $xml_location)
-> findnodes('//yweather:condition/@temp')
-> map(sub { $_->value });
return "$temperature $unit";
}
local $^F = 1;
my $temperature=what? (i mean outside);
say "The temperature is $temperature";
( run in 0.841 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )