CONTENTS NAME SYNOPSIS DESCRIPTION Methods Functions Configuration Variables or Methods Exports EXAMPLES BUGS NOTE AUTHOR VERSION SEE ALSO #NAME Data::Dumper - 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)]); #
{{#tags}}- {{label}}
{{/tags}}