Help for this page
for (my $i=33; $i<=126; $i++) { printf("\\%o = %s\n", $i, chr($i)); }
\41 = ! \42 = " ... \174 = | \175 = } \176 = ~