Jeff Pang wrote:
2011/4/27 Tim Lewis<twle...@sc.rr.com>:
If needed, there is a good complete table of the ASCII values at
http://www.asciitable.com/
Good resource.
BTW, what do "Hx" and "Oct" in the table mean?
And what's the difference between them?
Hx = hexadecimal
Oct = octal
Hexadecimal is the base 16 representation of a decimal (base 10) number
and octal is the base 8 representation.
If you are on Linux you can get the same table with:
man ascii
John
--
Any intelligent fool can make things bigger and
more complex... It takes a touch of genius -
and a lot of courage to move in the opposite
direction. -- Albert Einstein
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/