App-rank
view release on metacpan or search on metacpan
script/rank view on Meta::CPAN
'numeric-sort|n' => sub { $Opts{sort} = 'numeric' },
'sort=s' => \$Opts{sort},
'sort-field=i' => \$Opts{sort_field},
'rank=s' => \$Opts{rank},
'show-rank!' => \$Opts{show_rank},
'show-percentile!' => \$Opts{show_percentile},
'-p' => sub { $Opts{show_percentile} = 1 },
'help|h' => sub {
print <<USAGE;
Usage:
rank [OPTIONS]... [INPUT]...
rank --help
For more details, see the manpage/documentation.
USAGE
exit 0;
},
'version|v' => sub {
no warnings 'once';
say "rank version ".($main::VERSION // 'dev');
exit 0;
( run in 0.454 second using v1.01-cache-2.11-cpan-4e96b696675 )