Help for this page

Select Code to Download


  1. or download this
    print "The current temperature is $current->{temp} degrees\n";
    
  2. or download this
    use strict;
    use Geo::Weather;
    my $weather = new Geo::Weather;
    my $current = $weather->get_weather('19067');
    print "The current temperature is $current->{temp} degrees\n";