print Dumper($scalar); # non-referential scalar print Dumper(\@array); # scalar reference to @array print Dumper(\%hash); # scalar reference to %hash