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