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:

my %hash = ( foo => [ 'bar', 'baz', 'qux' ], anything => [ 'else', 'you', 'want', 'to', 'include' ] );
Either way works, your choice.

~Thomas~ I believe that the source code to life is written in Perl :-)
  • Comment on Re^2: Is it possible to assign an array reference to a value in hash
  • Download Code