Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: how to check for a word in a file and if found remove that line, the above line and the below line from the file.

by ikegami (Patriarch)
on Jan 22, 2016 at 16:35 UTC ( [id://1153384]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $prev = '';
    my $skip_next = 0;
    ...
    }
    
    print($prev);
    
  2. or download this
    my $skip_before = 1;
    my $skip_after  = 1;
    ...
    }
    
    print(@prev);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-19 06:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found