hello.
i am new with perl and working on a program to sort and manage my dvds instead of using windows program. i export the windows data using built in function to make it xml, how can i read this with perl so i can put in mysql? i try xml::simple but it doesn't work. can someone show me example program? i know how to do the mysql part.
this is what xml output looks like:
<?xml version="1.0" encoding='UTF-8' standalone="yes"?>
<DVDListXML>
<playlist num_entries="3" label="DVDs">
<entry Infostring="http://a9.com/Star%20Wars:%20Episode%20IV%20-%20A%20New%20Hope?imdbid=tt0076759">
<Name>Star Wars: Episode IV - A New Hope</Name>
<Genre>Science Fiction</Genre>
<Runtime>121</Runtime>
</entry>
<entry Infostring="http://a9.com/Star%20Wars:%20Episode%20V%20-%20The%20Empire%20Strikes%20Back%20(1980)?imdbid=tt0080684">
<Name>Star Wars: Episode V - The Empire Strikes Back</Name>
<Genre>Science Fiction</Genre>
<Runtime>128</Runtime>
</entry>
<entry Infostring="http://a9.com/Star%20Wars:%20Episode%20VI%20-%20Return%20of%20the%20Jedi?imdbid=tt0086190">
<Name>Star Wars: Episode VI - Return of the Jedi</Name>
<Genre>Science Fiction</Genre>
<Runtime>134</Runtime>
</entry>
</playlist>
</DVDListXML>
thx. johnny
_________________________________________________________________
Take advantage of powerful junk e-mail filters built on patented Microsoft® SmartScreen Technology. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>