in reply to Re: Can't coerce array into hash
in thread Can't coerce array into hash

Thanks so much for the quick replies!!! both solutions worked, although i don't really need the extra "Scores" key that is generated by the first solution.

Another solution is:

push @{$judge{$j_name}->{Nominee}},$n_name => [$mentor,$ptcare,$clinre +s];

Thanks again!