App-ipinfo

 view release on metacpan or  search on metacpan

bin/ipinfo  view on Meta::CPAN

#!perl
use v5.26;
use strict;
use open qw(:std :utf8);

use App::ipinfo;

my $opts = {};
$opts->{template} = shift @ARGV if App::ipinfo->looks_like_template($ARGV[0]);

App::ipinfo->run( $opts, @ARGV );



( run in 1.450 second using v1.01-cache-2.11-cpan-a5162978ef8 )