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

Re: More efficient munging if infile very large

by Masem (Monsignor)
on Jul 26, 2001 at 15:32 UTC ( [id://99945]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @in = map { $uclc eq 'lc' ? lc : uc } @in;
    
  2. or download this
    @in = $uclc eq 'lc' ? map { lc } @in : map { uc } @in;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://99945]
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 2024-04-24 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found