I think part of the problem is that baffled, frustrated people who are just getting started with XML see something called XML::Simple and think it's the answer to all their prayers.

Hoping that something will be both simple and the "answer to all their prayers" is surely a bit naiive. Take for example LWP::Simple. It certainly provides a simple API for retrieving web-based objects but if the "answer to all your prayers" requires cookie, proxy and authentication support then you've just outgrown the simple API and you have to learn a whole new one. Similarly if/when you outgrow XML::Simple, you need to move up to something offering more fine-grained control, such as XML::LibXML.

Maybe I could/should suggest putting this one particular issue in the POD?

The most common complaint I get about the XML::Simple documentation is that there is too much of it. Seriously. People email me with a question that they strongly suspect is answered in the POD but there is so much POD that it's quicker to email me (or post on PM) than sit down and read it.

But you're right, I could improve the POD's coverage of round-tripping.

And you know what? I just clicked on the link to the XML::Simple::FAQ on search.cpan.org and it's a 404

That is odd. If I go to the main screen for the XML::Simple distribution then the link works. But that's a little bit of a red-herring - why search the web for documentation that's already on your hard drive? Especially when the one you find on the web might be for a different version than the software you have installed


In reply to Re: Re: Re: Re: XML::Simple Output by grantm
in thread XML::Simple Output by batkins

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.