Re: XMLParser and Perl

2001-10-18 Thread Dave Storrs
Go to http://search.cpan.org/ and type "XML" into the search box. There are a whole bunch of XML modules that will make your life much easier. In general, "go to CPAN and look for a module" is the answer to most problems in Perl...the number of modules is HUGE, and no matter what you need, there

Re: XMLParser and Perl

2001-10-18 Thread Trent A Stephens
I (a beginner in Perl) am looking for guidance on XML and Perl. I am having to read in an XML file, parse it for specific information (MIME type, attributes and values), write the attributes/values to a hash (I am assuming) and then use win32::OLE to persist the attribute/vlaues to the custom pro