Data::Dumper 2.121
Sponsored Links
Data::Dumper 2.121 Ranking & Summary
File size:
0.031 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
863
Date added:
2007-07-02
Publisher:
Gurusamy Sarathy
Data::Dumper 2.121 description
Data::Dumper module contains stringified perl data structures, suitable for both printing and eval.
SYNOPSIS
use Data::Dumper;
# simple procedural interface
print Dumper($foo, $bar);
# extended usage with names
print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]);
# configuration variables
{
local $Data::Dumper::Purity = 1;
eval Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]);
}
# OO usage
$d = Data::Dumper->new([$foo, $bar], [qw(foo *ary)]);
...
print $d->Dump;
...
$d->Purity(1)->Terse(1)->Deepcopy(1);
eval $d->Dump;
Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output in a single Perl statement. Handles self-referential structures correctly.
The return value can be evaled to get back an identical copy of the original reference structure.
Any references that are the same as one of those passed in will be named $VARn (where n is a numeric suffix), and other duplicate references to substructures within $VARn will be appropriately labeled using arrow notation. You can specify names for individual values to be dumped if you use the Dump() method, or you can change the default $VAR prefix to something else. See $Data::Dumper::Varname and $Data::Dumper::Terse below.
The default output of self-referential structures can be evaled, but the nested references to $VARn will be undefined, since a recursive structure cannot be constructed using one Perl statement. You should set the Purity flag to 1 to get additional statements that will correctly fill in these references.
In the extended usage form, the references to be dumped can be given user-specified names. If a name begins with a *, the output will describe the dereferenced type of the supplied reference for hashes and arrays, and coderefs. Output of names will be avoided where possible if the Terse flag is set.
In many cases, methods that are used to set the internal state of the object will return the object itself, so method calls can be conveniently chained together.
Several styles of output are possible, all controlled by setting the Indent flag.
SYNOPSIS
use Data::Dumper;
# simple procedural interface
print Dumper($foo, $bar);
# extended usage with names
print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]);
# configuration variables
{
local $Data::Dumper::Purity = 1;
eval Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]);
}
# OO usage
$d = Data::Dumper->new([$foo, $bar], [qw(foo *ary)]);
...
print $d->Dump;
...
$d->Purity(1)->Terse(1)->Deepcopy(1);
eval $d->Dump;
Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output in a single Perl statement. Handles self-referential structures correctly.
The return value can be evaled to get back an identical copy of the original reference structure.
Any references that are the same as one of those passed in will be named $VARn (where n is a numeric suffix), and other duplicate references to substructures within $VARn will be appropriately labeled using arrow notation. You can specify names for individual values to be dumped if you use the Dump() method, or you can change the default $VAR prefix to something else. See $Data::Dumper::Varname and $Data::Dumper::Terse below.
The default output of self-referential structures can be evaled, but the nested references to $VARn will be undefined, since a recursive structure cannot be constructed using one Perl statement. You should set the Purity flag to 1 to get additional statements that will correctly fill in these references.
In the extended usage form, the references to be dumped can be given user-specified names. If a name begins with a *, the output will describe the dereferenced type of the supplied reference for hashes and arrays, and coderefs. Output of names will be avoided where possible if the Terse flag is set.
In many cases, methods that are used to set the internal state of the object will return the object itself, so method calls can be conveniently chained together.
Several styles of output are possible, all controlled by setting the Indent flag.
Data::Dumper 2.121 Screenshot
Data::Dumper 2.121 Keywords
Dumper 2.121
VARn
stringified perl data structures
Perl data structures
For Both
Data Structures
can be
Foo
Perl
references
Eval
structures
output
Data::Dumper
DataDumper
Data::Dumper 2.121
Bookmark Data::Dumper 2.121
Data::Dumper 2.121 Copyright
WareSeeker periodically updates pricing and software information of Data::Dumper 2.121 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Data::Dumper 2.121 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
perl data structures cookbook
perl data structures hash
perl data structures tree
data dumper 2.121
java data structures
data structures and algorithms
perlane
data structures in c++
data structures lectures
data structures algorithms analysis
references in apa format
structures inc
la perla
types of data structures
data structures in c
perlina handbags
what is data structures
apa format references
Related Software
Data::TreeDumper is an improved replacement for Data::Dumper. Free Download
ePerl is an Embedded Perl 5 Language. Free Download
Catalyst::Plugin::Dumper is a Perl module with Data::Dumper plugin for Catalyst. Free Download
Tangram is a simple Perl module that can store pure objects in standard relational databases. Free Download
Data::Serializer package contains modules that serialize data structures. Free Download
Data::Walker is a tool for navigating through Perl data structures. Free Download
Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper. Free Download
Text::Scraper contains structured data from (un)structured text. Free Download
Latest Software
Popular Software
Favourite Software