NAME
Data::Dumper::Hash
DESCRIPTION
This is a simple utility module to make dumping data structures easier. The standard Data::Dumper module has a awkward interface when you want to have sensible names output rather than the default VAR1, VAR2 etc
SUBROUTINES
Dump
The only export from this module to which you pass a hash - the keys being the names of the variables and the values being the actual value to be dumped so you use it like this
print Dump(variable => <value>, anothervariable => <value2>);
e.g.
print Dump(data => $data, hash => \%hash);
Return value
The dumped data structure
AUTHOR
Tony Edwardson <tony@edwardson.co.uk>
LICENSE AND COPYRIGHT
(c) 2015 Tony Edwardson
All Original Content (c) 2015 Tony Edwardson
Site Contents/Photography (c) 2015 Tony Edwardson
All Original Content (c) 2015 Tony Edwardson, All Rights Reserved