Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: secret code generator

by BrowserUk (Patriarch)
on Dec 19, 2006 at 10:25 UTC ( [id://590635]=note: print w/replies, xml ) Need Help??


in reply to Re^2: secret code generator
in thread secret code generator

Simpler still

my @chars = map chr, 0x21 .. 0x7e;

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^4: secret code generator
by johngg (Canon) on Dec 19, 2006 at 11:16 UTC
    Blast, I thought it was char and when I couldn't find that in the Camel book I decided I had imagined the function so went for pack instead :(

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://590635]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-19 08:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found