XML parser/unparser in Perl

2005-05-08 Thread Igor Rojdestvenski
Hi, all,   I have made a dumb, simple and quite convenient XML parser/unparser in Perl, which may be quite handy for mod_perl developers. Feel free to download it (also free) from http://www.patronov.net/programs/hashparser.pm. Self documented. Any modifications of the code are permitted

Re: XML parser/unparser in Perl

2005-05-08 Thread Slava Bizyayev
, but it worth to do, believe me.. On Sun, 2005-05-08 at 06:21, Igor Rojdestvenski wrote: > I have made a dumb, simple and quite convenient XML parser/unparser in > Perl, which may be quite handy for mod_perl developers. Feel free to > download it (also free) from > http://www.patronov.

Re: XML parser/unparser in Perl

2005-05-08 Thread Randal L. Schwartz
> "Igor" == Igor Rojdestvenski <[EMAIL PROTECTED]> writes: Igor> I have made a dumb, simple and quite convenient XML Igor> parser/unparser in Perl, which may be quite handy for mod_perl Igor> developers. I'm not sure what this does that XML::Simple doesn't do. If you're going to reinvent the