in reply to RFC: Hash::CamelCase
I don't think I'd use the module. In my opinion it adds too much overhead with too small gain.
I'm working on a program that reads in XML files, and while at it, I need to save XML elements and their values in a Perl hash. The elements in the hash are not simply DOM trees, but attempt to be a bit more usable.
How do you do it? This looks like a perfect case for XML::Rules.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RFC: Hash::CamelCase
by vrk (Chaplain) on Mar 02, 2007 at 18:17 UTC |