in reply to Re: Is it possible to assign an array reference to a value in hash
in thread Is it possible to assign an array reference to a value in hash
Or alternatively:
Either way works, your choice.my %hash = ( foo => [ 'bar', 'baz', 'qux' ], anything => [ 'else', 'you', 'want', 'to', 'include' ] );
|
|---|