* Ovid <[EMAIL PROTECTED]> [2006-04-19 10:05]:
> --- demerphq <[EMAIL PROTECTED]> wrote:
> > I should think that youd have a much easier time using
> > Data::Dumper and its ->Pad and ->Indent(0) method than you
> > ever would with YAML.
> 
> That fails when we have PHP, C, or Java producing the
> information. They don't have Data::Dumper, but they do have
> YAML.

Use JSON. It’s cross-language, can fit data structures on a
single line, is reasonably widely supported, and can even be
read by a YAML parser.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to