Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Strip that XML!

by ruzam (Curate)
on Feb 20, 2009 at 21:11 UTC ( [id://745447]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $_='<xml>
    <email>toto@foo.com</email>
    ...
    <name>Tata</name>
    <name>Tutu</name>
    </xml>';
    
  2. or download this
    my $_='<xml>
    <email>tata@bar.com</email>
    ...
    <name>Toto</name>
    <name>Tata</name>
    </xml>';
    
  3. or download this
    my $_='<xml>
    <user><email>toto@foo.com</email><name>Toto</name></user>
    <user><email>tata@bar.com</email><name>Tata</name></user>
    <user><email>tutu@baz.com</email><name>Tutu</name></user>
    </xml>';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found