in reply to dumper hash incorrect?
print Dumper($scalar); # non-referential scalar print Dumper(\@array); # scalar reference to @array print Dumper(\%hash); # scalar reference to %hash
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: dumper hash incorrect?
by Anonymous Monk on Oct 19, 2021 at 18:13 UTC |