Help for this page
print $scalar; print "$scalar";
print @array; print "@array";
print %hash; # works print "%hash"; # prints literally %hash