Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Parsing XML with XML::Rabbit - two questions

by vagabonding electron (Curate)
on Apr 01, 2018 at 11:26 UTC ( [id://1212101]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <root>
    ...
        </department>
      </departments>
    </root>
    
  2. or download this
     
    package House
    {
    ...
    }
    
    1;
    
  3. or download this
     
    #!/perl
    use strict;
    ...
            print join("\t", $d->name, $art->key, $country), $/;
        }
    }
    
  4. or download this
    A       001     France
    A       002     Italy
    A       003     Germany
    B       004     
    B       005
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-18 20:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found