in reply to Re: Config file to tree format with id, parent, key, value
in thread Config file to tree format with id, parent, key, value

Wow, it's working!!!! Thank you a lot. Just an addendum, to install this module I had to install a lot of extra dependencies that were not declared:
sudo cpan IPC::Cmd sudo cpan Module::Build sudo cpan Time::Piece sudo cpan Marpa::R2
Thanks again!

Replies are listed 'Best First'.
Re^3: Config file to tree format with id, parent, key, value
by hippo (Archbishop) on Nov 02, 2016 at 09:35 UTC

    IPC::Cmd and Time::Piece have been in core since 5.9.5 which is very nearly a decade ago. Many dists don't mention core modules as dependencies, perhaps because the authors (erroneously) assume that everyone has the core installed by default. Module::Build used to be in core and it's possible that the author of Marpa::R2 did not notice when it was dropped from core.

    Which version of Perl are you running and on which operating system?

      Hi, this is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi. I'm using centos7 but can use 6 as well. It's not a problem to install those extra modules. Thanks.