App-Uni
view release on metacpan or search on metacpan
lib/App/Uni.pm view on Meta::CPAN
"Other switches:",
" -8 - also show the UTF-8 bytes to encode\n";
}
sub run {
my ($class, @argv) = @_;
my %opt;
{
my $exit;
local @ARGV = @argv;
GetOptions(
"c" => \$opt{explode},
"u" => \$opt{u_numbers},
"n" => \$opt{names},
"s" => \$opt{single},
"x" => \$opt{hex_octets},
"8" => \$opt{utf8},
"help|?" => \$opt{help},
);
@argv = @ARGV;
( run in 0.520 second using v1.01-cache-2.11-cpan-49f99fa48dc )