Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / p5-Data-Dump / DESCR
1 This module provides a single function called dump() that takes a
2 list of values as its argument and produces a string as its result.
3 The string contains Perl code that, when evaled, produces a deep
4 copy of the original arguments. The string is formatted for easy
5 reading.
6
7 If dump() is called in a void context, then the dump is printed on
8 STDERR instead of being returned.
9
10 If you don't like importing a function that overrides Perl's
11 not-so-useful builtin, then you can also import the same function
12 as pp(), mnemonic for "pretty-print".