Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    sub to_string {
    ...
    say to_string(chr(10)); # "\n"
    say to_string(chr(97)); # "a"
    say to_string(chr(31)); # "\37"