Help for this page
if ($_ < $bytepos) { print '< '; ... if ($_ == $bytepos) { print '* '; }
print qw(* > <)[$_ <=> $bytepos];