![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^2: Remove the duplication in Hash valuesby lidden (Curate) |
on May 20, 2011 at 10:54 UTC ( #905900=note: print w/replies, xml ) | Need Help?? |
No, the [1..10] in %input=(r=>[1..10],s=>[1..10] is an array reference with values 1 to 10, which is possible. You cannot have an array without index zero, but nothing in the OP says he wants to do that.
In Section
Seekers of Perl Wisdom
|
|