I want to use perl to do what I can't do on large files with sed.

1. I run the following Unix command: 
$prompt> sed -f list_of_changes original > outputfile

2. Extract of list_of_changes: 

s/KAREN/LAURA /g
s/KARA/MONA/g
s/MIKE/OMAR/g
s/BOB/TOM/g
.......

3. The file list_of_changes  contains 6000+ lines and sed balks at such a
large set of commands.
How can I do this in perl? 

TIA,

Frank

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to