print $scalar; print "$scalar"; #### print @array; print "@array"; #### print %hash; # works print "%hash"; # prints literally %hash