Separate all fields with tabs
This commit is contained in:
parent
51abe1d11a
commit
fdd9010646
|
@ -21,7 +21,7 @@ if (@ARGV) {
|
|||
binmode STDOUT, ":encoding(UTF-8)";
|
||||
for (sort keys %hist) {
|
||||
my $cp = ord;
|
||||
printf("%x %d %o %s\t%d\n", $cp, $cp, $cp, /\p{Graph}/ ? $_ : ".", $hist{$_});
|
||||
printf("%x\t%d\t%o\t%s\t%d\n", $cp, $cp, $cp, /\p{Graph}/ ? $_ : ".", $hist{$_});
|
||||
}
|
||||
|
||||
sub readfile {
|
||||
|
|
Loading…
Reference in New Issue