Data::Dumper

Data::Dumper

NAME

Data::Dumper - stringified perl data structures, suitable for both printing and eval

SYNOPSIS

use Data::Dumper;

# simple procedural interface
print Dumper($foo, $bar);