in reply to Trying to make the code more clear and clean

are you aware that the data dump you are showing is not Perl, but rather kind of JSON?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re: Trying to make the code more clear and clean

Replies are listed 'Best First'.
Re^2: Trying to make the code more clear and clean
by 1nickt (Canon) on Jul 29, 2019 at 16:41 UTC

    Maybe the OP set $Data::Dumper::Pair. Maybe it's a sample of the JSON s/he wants to get.


    The way forward always starts with a minimal test.