in reply to
Ascii Table
Since this is a perl site you could always do something like:
perl -e 'printf("%.3d -> %s\n", $_, chr($_)) for (32..255)'
Comment on
Re: Ascii Table
Download
Code
In Section
Seekers of Perl Wisdom