in reply to Re: When hashes aren't enough
in thread When hashes aren't enough
Why not XML
Lots of reasons.
Perl has built-in data structures that do the job perfectly well; using XML would mean that a module has to translate XML to and from those very same data structures. Why not skip a step?
Update: Re-reading the question, I can understand reading it as asking for a storage mechanism. XML's not bad in that case. I prefer YAML, but XML's workable.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: When hashes aren't enough
by freddo411 (Chaplain) on May 25, 2004 at 17:08 UTC | |
by ihb (Deacon) on May 30, 2004 at 20:29 UTC | |
Re: Re: Re: When hashes aren't enough
by Ninthwave (Chaplain) on May 26, 2004 at 10:30 UTC |