Name

Dump::Krumo - Fancy, colorful, human readable dumps of your data

Synopsis

use Dump::Krumo;

my $data = { one => 1, two => 2, three => 3 };
kx($data);

my $list = ['one', 'two', 'three', 'four'];
kxd($list);

Description

Colorfully dump your data to make debugging variables easier. Dump::Krumo focuses on making your data human readable and easily parseable.

Screenshots

image

Methods

Options

See Also

Author

Scott Baker - https://www.perturb.org/