Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

More efficient munging if infile very large

by ybiC (Prior)
on Jul 26, 2001 at 15:14 UTC ( [id://99943]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # tweak one
    my @munged;
    my $munged = lc() if ($uclc eq 'lc');
    ...
    for(@in) {
       push @munged, $munged();
       }
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
       }
    ######################################################################
    +####
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://99943]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-19 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found