print Dumper($scalar); # non-referential scalar print Dumper(\@array); # scalar reference to @array print Dumper(\%hash); # scalar reference to %hash
In reply to Re: dumper hash incorrect?
by perlfan
in thread dumper hash incorrect?
by wolfie7873
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |