in reply to Re: trouble understanding boss's code
in thread trouble understanding boss's code

$ret{$nucleotides[$j]} = split(/\s+/, $line); # ^ ^

Missed to turn split() result in to an array reference.