This is the concept:
%aa = (
'allphotos' => {}
);
$newkey = 'photogroupone';
$newphotoone = 'dogs at play';
$newphototwo = 'cats at play';
push $aa{'allphotos'}{$newkey}, $newphotoone;
push $aa{'allphotos'}{$newkey}, $newphototwo;
Perl 5.24
They want additional text to post. What's to say.