in reply to Re: Elegantly dereferencing multiple references
in thread Elegantly dereferencing multiple references

I was wondering what trick you used to prevent the flattened list to go into the first hash only. Looks like there's none:

$VAR1 = { 'c' => 'black', 'a' => 'red', 'b' => 'green' }; $VAR2 = {}; $VAR3 = {};

Replies are listed 'Best First'.
Re^3: Elegantly dereferencing multiple references
by LanX (Saint) on May 13, 2016 at 12:48 UTC
    oops you are right, I had various outputs from Data::Dump and only saw what I expected to see... :-/

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!