in reply to Re: Remove the duplication in Hash values
in thread Remove the duplication in Hash values
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.