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

Re: Extract Data between Tags

by tmharish (Friar)
on Mar 05, 2013 at 18:23 UTC ( [id://1021887]=note: print w/replies, xml ) Need Help??


in reply to Extract Data between Tags

Try the non-greedy match like so ( addition of he question mark ):
while ($data1 =~ m{(<BIB>.*?</BIB>)}gx)

Replies are listed 'Best First'.
Re^2: Extract Data between Tags
by ppremkumar (Novice) on Mar 05, 2013 at 18:27 UTC

    Thank you. It worked.

    I am pretty new to regex and Perl, so I appreciate your help.

Log In?
Username:
Password:

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

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

    No recent polls found