Re: Question about XML::Simple [was: XML to inMemory Hash]

2007-08-02 Thread Jenda Krynicky
From: Rob Dixon <[EMAIL PROTECTED]> > Thomas Polnik wrote: > > > >> Almost anything is better than XML::Simple, but no module can > >> easily make your data any smaller. > > > > I use XML::Simple without any problems since some years. Which > > problems could I get with with this package? My progra

Re: Question about XML::Simple [was: XML to inMemory Hash]

2007-08-01 Thread Rob Dixon
Thomas Polnik wrote: Almost anything is better than XML::Simple, but no module can easily make your data any smaller. I use XML::Simple without any problems since some years. Which problems could I get with with this package? My programm converts many small xml-files (<100kb) to a perl struct

Question about XML::Simple [was: XML to inMemory Hash]

2007-08-01 Thread thomas polnik
Hello Rob, > Almost anything is better > than XML::Simple, but no module can easily make your data any smaller. I use XML::Simple without any problems since some years. Which problems could I get with with this package? My programm converts many small xml-files (<100kb) to a perl structure daily.