in reply to Re: trouble understanding boss's codein thread trouble understanding boss's code
$ret{$nucleotides[$j]} = split(/\s+/, $line); # ^ ^ [download]
Missed to turn split() result in to an array reference.