TITLE
Data::Dumper::Base - style baseclass
VERSION
version 0.20
SYNOPSIS
TDB
DESCRIPTION
This is a baseclass that provides some essential functions necessary for dumping data structures.
It is subclassed by Data::Dumper::Default
,
which implements the methods that are finally doing the output.
METHODS
A Data::Dumper::Base object has the following methods:
- style."prepare"( dumper, indent )
- (pos, name) = style."cache"( find, defname ) (internal)
- indent = style."createIndent"() (internal)
- indent = style."indent"()
- (subindent,indent) = style."newIndent"()
- indent = style."deleteIndent"()
- style."dump"( name, dump )
AUTHOR
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
Copyright (C) 2004-2008, Parrot Foundation.