in reply to Re: Re: Getting different anonymous arrays
in thread Getting different anonymous arrays
I see what happens. if I add this line to my original program:
I get an output of:print join ",", keys %array;
So Data::Dumper must just take the first key it gets from keys point it to the anonymous array reference and then have the rest of the keys point to it. That makes sense. You learn something new every day.c,a,b,d
--
flounder
|
|---|