Richard Barnes <rbar...@bbn.com> writes:

> Ever try writing an XML app?  Half your time is spent writing a .xml parser.

No, see...  you're expecting good xml.

  use XML::Simple
  $x = xmlIn("file.xml");

It's the easiest thing in the world to use.  But it doesn't parse
complex without more pain (but who wants that) and it's "still perl"
(and who wants that?)
-- 
Wes Hardaker
SPARTA, Inc.

Reply via email to