App-Uni
view release on metacpan - search on metacpan
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;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.206 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )