On Wed, 31 Jan 2001, Matt Sergeant wrote:

> >     My XML::Tree is far faster, much smaller, and doesn't dump core:
> >
> >             http://homepage.mac.com/pauljlucas/software/xml_tree/
> 
> But its not as simple to use as XML::Simple, which is perfect for these
> sorts of things :-)

        What could be simpler than:

                $xml = XML::Tree->new( 'foo.xml' );
                $ref = $xml->as_array();

        ?

        - Paul

Reply via email to