I have an Array of Hashes in a Hash that looks like this:
$VAR1 = { \'file\' => [ { \'pathname\' =
No need to copy:
foreach my $file (@{ $filelist{file} }) { print "path: $file->{pathname}; size: $file->{size}; ...\n"; }