Help for this page
use Data::Dumper; sub to_string { ... say to_string(chr(10)); # "\n" say to_string(chr(97)); # "a" say to_string(chr(31)); # "\37"