in reply to Re^3: how to include an array of hashes in a hash of hashes?
in thread how to include an array of hashes in a hash of hashes?
and hope then to need no more help ;-)/component/ && do { push @out, { $key => $value }; last }; /version/ && do { $out[-1]{$key} = $value; last }; /sourcefile/ && do { push @{$out[-1]{order}}, $value; last }; /sourcesum/ && do { $out[-1]{sources}{$out[-1]{order}[-1]} =
Many thanks again
Alan
|
|---|