in reply to **HomeWork** Printing the found input from an array

my %num2mon = ( "1" => "January", "2" => "February", "3" => "March", "4" => "April", "5" => "May", "6" => "June", "7" => "July", "8" => "August", "9" => "September", "10" => "October", "11" => "November", "12" => "December" );
This is so scarily similar to last week's winner.

Are these guys both in the same class?