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

Re: Re: uc() every other letter

by tommyw (Hermit)
on Sep 28, 2001 at 14:41 UTC ( [id://115360]=note: print w/replies, xml ) Need Help??


in reply to Re: uc() every other letter
in thread uc() every other letter

Oooh. Bonus points for the obfuscated use of a hash to break out the alternate letters!

Replies are listed 'Best First'.
Re: Re: Re: uc() every other letter
by echo (Pilgrim) on Sep 29, 2001 at 02:02 UTC
    Obfuscated? You are too kind. You got me thinking though...

    @upcase = map { chr(ord() ^ ((ord() & 1) << 5)) } (a..z);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-12-02 16:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found