Data-Dump

 view release on metacpan or  search on metacpan

lib/Data/Dump/Filtered.pm  view on Meta::CPAN


=item object => $value

dump the given value instead of the one visited and passed in as $object.
Basically the same as specifying C<< dump => Data::Dump::dump($value) >>.

=item comment => $comment

prefix the value with the given comment string

=item bless => $class

make it look as if the current object is of the given $class
instead of the class it really has (if any).  The internals of the object
is dumped in the regular way.  The $class can be the empty string
to make Data::Dump pretend the object wasn't blessed at all.

=item hide_keys => ['key1', 'key2',...]

=item hide_keys => \&code



( run in 0.317 second using v1.01-cache-2.11-cpan-3b35f9de6a3 )