Group
Extension

Matches 1

App-combinesheets ( T/TU/TULSOFT/App-combinesheets-0.2.12.tar.gz, TULSOFT, 2012; MetaCPAN )
App-combinesheets/lib/App/combinesheets.pm ( view source; MetaCPAN )
ort.pm> is
here:

   package Airport;
   use warnings;
   use strict;

   use LWP::Simple;
   use JSON;

   # preparing a closure in order not to fetch the same airport code again and again
   my $alr
ame&fmt=json";
      my $content = get ($url);
      warn "Cannot get a response for '$url'\n"
         unless defined $content;
      my $json = JSON->new->allow_nonref;
      my $data = $json->decod

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.