NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I agree! (Score:1)
I was using Data::Phrasebook [cpan.org] to store my SQL calls and I started out using the XML backend. I then realized I needed a more lenient format because SQL can have
>=and<=which is not valid XML. I was caught up in the "Oh! I can learn and use XML for that!" syndrome.I switched to the YAML backend and I haven't been happier.
Reply to This