Need to improve throughput - Any thoughts

2006-02-27 Thread Gladstone Daniel - dglads
I have a text file with around 1 million lines and I need to do a search And replace on over 9000 words. I am currently reading a line and passing A hash table against it and any matches it is replacing the word in the string. It is running real slow. Any thoughts on how to improve it? Daniel

RE: Need to improve throughput - Any thoughts

2006-02-27 Thread Timothy Johnson
: Gladstone Daniel - dglads [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 8:50 AM To: beginners@perl.org Subject: Need to improve throughput - Any thoughts I have a text file with around 1 million lines and I need to do a search And replace on over 9000 words. I am currently reading