my $count = 1; my %option_ref = (); foreach $option ($options){ %option_ref = {$count => @$option}; $count++; }