my %hash; foreach(@hitlist){ ..DO PARSING - BUILDING @array.. my $name = shift @array; %hash{$name} = \@array; }