%VAR = ( key_1 => 'value_1', key_2 => 'value_2'); print "value for key 2: '$VAR{key_2}'\n"; __END__ value for key 2: 'value_2'