|
Posted by Sisyphus on June 13, 2006, 7:48 pm
Please log in for more thread options
> I am trying to install DBD::RAM module via ports on FreeBSD.
> Unfortunatelly DBD::RAM module requires DBD::File module and the
> installer is telling that DBD::File is useless with DBI. Do you know
> any workaround or any other Perl module that allows to process XML
> files?
>
XML::Simple and XML::Parser are the first two that come to mind - but there
is a large number of modules dealing with XML. Go to http://search.cpan.org/
, select Distributions from the drop down menu, and then enter in XML.
Cheers,
Rob
|