Help for this page
sub _mapone { ... my $counter= 0; return map { _mapone ($_, $counter++) } (unpack ("C*", $x)); }