my $scalar; print $scalar "sausage"; #### my %hash = ( x => 'XYZ' ); print $hash{x} "sausage";