$loopIndex = 0; $input = ; chomp($input); foreach (@a) { if($_ =~ m/ [A-Z]/) { print "Contact: @a[$loopIndex -1]" ; } $loopIndex++; }