in reply to Re: Mapping data structures through external source
in thread Mapping data structures through external source

Thank you for your reply (and thank you for the note regarding the structure error - Fixed now).
However, I'm in a position where I can't install Data::Diver (or any other external module for that matter). Do you have any "core Perl" solutions to suggest?
  • Comment on Re^2: Mapping data structures through external source

Replies are listed 'Best First'.
Re^3: Mapping data structures through external source
by haukex (Archbishop) on Aug 05, 2019 at 09:07 UTC
    However, I'm in a position where I can't install Data::Diver (or any other external module for that matter).

    Yes, even you can use CPAN! I strongly suggest to take some time to look into e.g. local::lib or maybe App::FatPacker.

    Having said that, I've written some custom "diver" type code here and here.