#!/usr/local/bin/perl use strict; use warnings; my %fruit = (red => "apple", yellow => "banana"); print "test"; print $fruit{red};