Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: Should I leave behind beautiful code or readable code?

by perrin (Chancellor)
on Mar 29, 2007 at 15:53 UTC ( [id://607299]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    return map { split(' ', uc $_, 2) } @somearray;
    
  2. or download this
    my @separated = map { split(' ', $_, 2) } @somearray;
    @separated    = map { uc $_ }             @separated;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://607299]
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: (3)
As of 2024-04-19 22:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found