Help for this page

Select Code to Download


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