Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: How to ignore lines that match certain string after it is matched for the first time within a same file

by ikegami (Patriarch)
on Sep 19, 2012 at 23:09 UTC ( [id://994561]=note: print w/replies, xml ) Need Help??


in reply to How to ignore lines that match certain string after it is matched for the first time within a same file

my %seen; s/(amazing\S+)/ $seen{$1}++ ? ...new... : $1 /eg;
  • Comment on Re: How to ignore lines that match certain string after it is matched for the first time within a same file
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 14:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found