Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: uc() every other letter

by echo (Pilgrim)
on Sep 28, 2001 at 13:26 UTC ( [id://115348]=note: print w/replies, xml ) Need Help??


in reply to uc() every other letter

%lcase = (a..z); @upcase = map { uc $_, $lcase{$_} } sort keys %lcase;

Replies are listed 'Best First'.
Re: Re: uc() every other letter
by tommyw (Hermit) on Sep 28, 2001 at 14:41 UTC
    Oooh. Bonus points for the obfuscated use of a hash to break out the alternate letters!
      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://115348]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2025-05-18 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.