Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Substitute text string in a file with matching text from another file

by ikegami (Patriarch)
on Aug 12, 2005 at 15:25 UTC ( [id://483303]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          print(join('|', @fields), $/);
       }
    }
    
  2. or download this
    789|efg|2222222|NO MATCH
    123|abc|9999999|777
    ...
    123|xxx|0000000|NO MATCH
    234|cde|0000000|456
    567|xyz|1111111|999
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-20 00:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found