Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

XML::Parser

by ivey (Beadle)
on Jun 20, 2000 at 23:30 UTC ( [id://19081]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <part name="foo">
       <part name="bar"/>
       <part name="bar2"/>
    </part>
    
  2. or download this
    my $foo = new Part(name => "foo");
    $foo->addPart("bar",new Part(name => "bar"));
    $foo->addPart("bar2",new Part(name => "bar2"));
    $foo->startSystem;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-19 06:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found