in reply to best XML parser in 5.18

perlmodlib lists all Core Modules, and there is no XML parser listed. What do you mean by "standard distribution"?

You can see what you already have installed using: Find installed Perl modules matching a regular expression

Best for me? XML::Twig because it is installed and it is the one I'm most familiar with.

Replies are listed 'Best First'.
Re^2: best XML parser in 5.18
by fionbarr (Friar) on May 21, 2015 at 19:13 UTC
    'standard distribution' means comes with 5.18; does not require installing from CPAN. XML::Simple comes with 5.18 also.

      For the Perl 5 project, the "standard distribution" is the "Core" distribution. As toolic pointed out, the Core does not include any XML modules.

      However, there are also packages that may include additional modules beyond what is in the Core. For example, the Perl package for Debian Linux includes modules needed by the Debian Linux distribution. For MS Windows, StrawberryPerl.com and Active Perl both have whatever extra modules their respective package maintainers thought would be useful to include. Exactly which extra modules may change from one package release to the next.

      Why do you want to not to install modules from CPAN?

      Update: Changed domain of StrawberryPerl (it's .com not .org).

        company policy (I know, I know)