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

Re^3: grep question using multiple lines

by skx (Parson)
on Dec 28, 2008 at 12:53 UTC ( [id://732883]=note: print w/replies, xml ) Need Help??


in reply to Re^2: grep question using multiple lines
in thread grep question using multiple lines

Indeed your match is greedy. Still we can change it as follows:

$ perl -nle 'print $1 while /constant=(^ +)\s/g' < test.txt
barney@gmail.com
wilma@aol.com
Steve
--
  • Comment on Re^3: grep question using multiple lines

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 02:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found