You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 064a75fb477ad99293cbd4bb73afb966a3a0bc1b)

CONTENTS

NAME

Dumpvalue - provides screen dump of Perl data.

SYNOPSIS

use Dumpvalue;
my $dumper = Dumpvalue->new;
$dumper->set(globPrint => 1);
$dumper->dumpValue(\*::);
$dumper->dumpvars('main');
my $dump = $dumper->stringify($some_value);