in reply to Re: Two simple code style advice questions (tye)
in thread Two simple code style advice questions
The problem is the my.# perl -MData::Dumper -e 'my @tests = 1 .. 10; @{ \my %ntests }{ @test +s } = (0) x @tests; print Dumper \%ntests;' $VAR1 = {};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Two simple code style advice questions (my)
by tye (Sage) on Jan 18, 2013 at 15:55 UTC |