in reply to Re: doubts about Data::Dumper output
in thread doubts about Data::Dumper output
You can't control which key is processed first by dumper.
And both keys point to the same ref!
You are expecting dumper to parse your original code to figure out which order was meant, but this information is lost within the hash!
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
|
|---|