Help for this page
while (<>) { ... } print $hexstr; }
sub as_hexstr { local $_=shift; ... while (<>) { print as_hexstr($_); }