Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: uc() every other letter

by tommyw (Hermit)
on Sep 28, 2001 at 14:41 UTC ( #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? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2023-09-21 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?