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

RE: XML::Parser

by Adam (Vicar)
on Jun 20, 2000 at 23:38 UTC ( [id://19083]=note: 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
    <section name="foo">
       <subsection name="bar">
       <subsection name="baz">
    </section>
    
  3. or download this
    my $foo = new section( name => "foo" ;
    $foo->addSubsection( "bar" );
    $foo->addSubsection( "baz" );
    $foo->startSystem;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 16:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found