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;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.450 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )