in reply to Array of hashes of arrays

Oh  @{$mass_info[0]{cpu_bursts}} should do yah fine...
push @{$mass_info[0]{cpu_bursts}}, $value; join ", ", @{$mass_info[0]{cpu_bursts}}; # etc...

--
$you = new YOU;
honk() if $you->love(perl)