Help for this page
$ perl -le ' > %hash = ( key1 => q{val1}, key2 => q{val2} ); ... Interpolate: %hash Interpolate in @{[...]}: key2 val2 key1 val1 $