Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Multiple / Mapping Search and Replace

by VinsWorldcom (Prior)
on Apr 03, 2009 at 14:50 UTC ( [id://755289]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            # user didn't specify columns, so just SAR each line and leave
    + alone
            } else {
    ...
                }
                print $OUT $_
            }
    
  2. or download this
            # user didn't specify columns, so just SAR each line and leave
    + alone
            } else {
    ...
                }
                print $OUT $_
            }
    
  3. or download this
    {C} > msar input.txt map.txt -r -i
    Reading mappings from file:  map.txt
    ...
    1168
    ----------------------------
    Mapped 3 entries.
    
  4. or download this
    {C} > msar.pl in.txt map.txt -i -r -c 1
    Reading mappings from file:  map.txt
    ...
    1168
    ----------------------------
    Mapped 2 entries.
    

Log In?
Username:
Password:

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

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

    No recent polls found