my %hash = ( 'hi' => 'hello', 'all' => 'bye', 'later' => 'gone', ); print $hash{'all'};