# named printing is still not DRY, but much better than: # print Data::Dumper->Dump( [$ref], ['*ref'] ); print '$ref = ', pp($ref), "\n";
yeah but thats core...
use Data::Dumper qw/Dumper/; print '$ref = ', Dumper($ref), "\n";
So really a big gain if it's not DRY?
Cheers Rolf
In reply to Re^4: Dumping variables but DRY and simple
by LanX
in thread Dumping variables but DRY and simple
by LanX
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |