Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: int to ascii

by arturo (Vicar)
on May 07, 2001 at 22:58 UTC ( [id://78707]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to int to ascii

Oh, what the heck, just for fun:

my %int_to_char; @int_to_char{ 1 .. 26} = (a..z); # get @array my @chars = map { $int_to_char{$_} } @array;

If only because it promises to handle differences in locale nicely ... (mondo inefficient, too =)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://78707]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.