Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Text matching repost

by ckj (Chaplain)
on Jun 18, 2012 at 09:27 UTC ( [id://976797]=note: print w/replies, xml ) Need Help??


in reply to Text matching repost

Try using this:
s# .* report [s]? .* ; .* ##sxlm;
to fetch multiple line and remove them you can use this too:
s# .* report [s]? .*\s*.* ; .* ##sx;
UPDATE: Have you tried running this one, I am sure that it will give you exactly what you require. it's a minor change you need not to go for so many funda and new logic. it's doable via this method itself.

Log In?
Username:
Password:

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

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

    No recent polls found