![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Hash questionby spencerr1 (Novice) |
on Apr 13, 2013 at 16:11 UTC ( #1028530=perlquestion: print w/replies, xml ) | Need Help?? |
spencerr1 has asked for the
wisdom of the Perl Monks concerning the following question:
I'm doing an exercise. I have an hash. Course number => Course name %course ( "2CPR2B" => "C Language", "4PL400" => "Perl Language"); I'm asking for user to enter course number on cmd line and I want to print the value of the entered course number. For example You are taking (course name) this summer thanks Mark
Back to
Seekers of Perl Wisdom
|
|