
Data::Dumper::Default - The default output module of Data::Dumper.

version 0.20

TDB

This module provides the default output style of Data::Dumper.

A Data::Dumper::Default object has the following methods:
Dumps a 'generic' Hash.
Escape any characters in a string so we can re-use it as a literal.
Dumps an IntList PMC.
Dumps any pmc that implements an Array interface.
Dumps any string-like PMC.
Dumps a generic numeric PMC.
Dumps any undef PMC.
Dumps a Null PMC.
Dump a capture object.

Jens Rieks <parrot at jensbeimsurfen dot de> is the author and maintainer. Please send patches and suggestions to the Perl 6 Internals mailing list.

Copyright (C) 2004-2008, Parrot Foundation.