Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: extract ids

by ccn (Vicar)
on Sep 16, 2009 at 07:10 UTC ( [id://795534]=note: print w/replies, xml ) Need Help??


in reply to extract ids

What about this?
perl -lne 'print for /molecule_idref="([^"]+)/g' xmlfile

I've used 'g' modifier to catch ids in a case they occur more than one on a line.

Log In?
Username:
Password:

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

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

    No recent polls found