Reference one value in hash by its key in print statement
$hash{'fruit'} = 'apple'; print "$hash{'fruit'}\n";