Processing XML with Perl | ![]() |
Michel Rodriguez |
![]() XML::Simple |
![]() |
![]() Example: loading a configuration file |
XML::Simple - Trivial API for reading and writing XML (esp config files)
XML::Simple loads an XML file in memory, in a convenient structure, that can be accessed and updated, then output back.
A number of options allow users to specify how the structure should be built. It can also be cached.
![]() XML::Simple |
![]() |
![]() Example: loading a configuration file |