Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: grep question using multiple lines

by backstab (Novice)
on Dec 28, 2008 at 03:58 UTC ( [id://732866]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -nle 'print $1 while /constant=(.*)\s/g' /home/jamie/txt
    
  2. or download this
    xxxxxxxxx constant=foo@bar.com xxxxxxxxxxx
    xxxxxx constant=baz@huux.org xxxxxxx contant=hello@world.bye xxxxxxxxx
    xxxxxxxxxxxxxxxxxxx
    
  3. or download this
    foo@bar.com
    baz@huux.org xxxxxxx contant=hello@world.bye
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (1)
As of 2024-04-25 01:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found