Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
Think about Loose Coupling
 
PerlMonks  

Re: uc() every other letter

by echo (Pilgrim)
on Sep 28, 2001 at 09:26 UTC ( [id://115348]=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 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 10: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
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.