Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Reading b/w tags

by mickeyn (Priest)
on Mar 21, 2006 at 07:46 UTC ( [id://538142]=note: print w/replies, xml ) Need Help??


in reply to Reading b/w tags

hi gzayzay,

try to replace your 'while' loop with this one:

while (<XFILE>) { chomp; print (LIST "$_","\n") if /\<(name|keywords|description|results)\>/ .. /\<\/$1\>/; }

Enjoy,
Mickey

Replies are listed 'Best First'.
Re^2: Reading b/w tags
by Anonymous Monk on Mar 21, 2006 at 13:06 UTC
    Thanks a lot Mickey.

    Edman

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://538142]
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-03-19 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found