blob: 6c1652e8f52229845867c5b05f71d0a4ed9a7cad (
plain) (
blame)
1
2
3
4
5
|
This Data::Dumper wrapper optimizes output for human consumption and
avoids side-effects which interfere with debugging.
The namesake feature is interpolating Data::Dumper output into strings,
but simple functions are also provided to format a scalar, array, or hash.
|