Group
Extension

Matches 2

Labyrinth ( B/BA/BARBIE/Labyrinth-5.32.tar.gz, BARBIE, 2015; MetaCPAN )
Labyrinth/lib/Labyrinth/IPAddr.pm ( view source; MetaCPAN )
# Library Modules

use Labyrinth::Globals;
use Labyrinth::DBUtils;
use Labyrinth::Variables;

use JSON::XS;
use URI::Escape;
use WWW::Mechanize;

# -------------------------------------
# The Subs

=h
->new();
    $mech->get($url);
    if($mech->success()) {
        my $json = $mech->content();
        my $data = decode_json($json);
        return $data;
    }

    return;
}

1;

__END__

=back

=h
Labyrinth ( B/BA/BARBIE/Labyrinth-5.32.tar.gz, BARBIE, 2015; MetaCPAN )
Labyrinth/lib/Labyrinth/Writer.pm ( view source; MetaCPAN )
             => 'application/javascript',
    js              => 'text/html',
    json            => 'application/json',
    rss             => 'application/xml',
    txt             => 'text/plain',

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