Help for this page
#!/usr/bin/perl ... $array[0]->{'Betty'} = 'Rubble'; say $array[0]->{'Betty'};
$ perl test.pl HASH(0x8002bc80) ... Flintstone Rubble $