in reply to int to ascii
You need to take a look at the ord, pack, and chr functions. (Look at the first example for 'pack').
map may also fit into your solution someplace. Hint hint. :)
You don't need to typecast it. Perl is a loosely-typed language. There is no syntax to typecast things in Perl.
stephen
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: int to ascii
by sierrathedog04 (Hermit) on May 08, 2001 at 18:58 UTC | |
by chipmunk (Parson) on May 08, 2001 at 19:22 UTC |