#!/usr/bin/perl print "Give me a number for the tile and I will tell you the color\n"; chomp($a=); print $a."\n"; @Number = qw(Red Yellow Green Black Purple Pink Brown Blue Orange); print $Number[$a-1]."\n";