Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^4: Large file processing

by GrandFather (Saint)
on Oct 01, 2010 at 07:02 UTC ( [id://862918]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        s/($match)/$replace{lc $1}/eig;
        print;
    }
    
  2. or download this
    I have a flibble with 50,000 wobbles of find and replace string.
    For example
    ...
    Now i want to process the flibble with input flibble.
    I have tried with the usual method, it takes more than 1 hour.
    Please advise.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found