#!/usr/bin/perl print "Give me a number for the tile and I will tell you the color\n"; $a=; print $a."\n"; %Number = qw(1 Red 2 Yellow 3 Green 4 Black 5 Purple 6 Pink 7 Brown 8 Blue 9 Orange); print $Number{$a}."\n";