in reply to
How to make a reference to a hash cell
\$catalog{$course_id} is a reference to the value. Perl has no possibility to reference a hash-value pair.
Comment on
Re: How to make a reference to a hash cell
In Section
Seekers of Perl Wisdom