Help for this page
my $scalar; print $scalar "sausage";
my %hash = ( x => 'XYZ' ); print $hash{x} "sausage";