Help for this page
my %arrays = ( type1 => [ "look", "at", "me", "go", ], ... $type = get_type(); print "element 1 if $type is $arrays{$type}[0]\n";