in reply to More clear dumper debugging lines
Now you pay the Data::Dumper loading penalty only when you uncomment your debugging statement. Whee.use autouse Data::Dumper => qw(Dumper); ... # warn Dumper $complex_structure;
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: More clear dumper debugging lines
by Aristotle (Chancellor) on Jul 16, 2006 at 10:51 UTC |