# change this line, which assigns into a hash... my $slotarray{$counter} = "$1"; # to something like this, which assigns into an array. push( @slotarray, $1 );