NAME

Data::Dumper::Table - A more tabular way to Dumper your Data

VERSION

Version 0.006

SYNOPSIS

use Data::Dumper::Table;

say Tabulate $some_crazy_data_structure;

DESCRIPTION

The goal of Data::Dumper::Table is to provide a more-tabular alternative to Data::Dumper.

EXPORTED FUNCTIONS

Tabulate DATA

Turn the provided DATA into a (hopefully) nicely-formatted table. More verbose and space-hungry than Data::Dumer, but possibly easier to envision.

CAVEATS

This is Alpha software

This module is explicitly alpha-quality software. If you successfully use it in production, you're a braver being than I am.

TODO

Sortkeys

Replicate $Data::Dumper::Sortkeys

Deparse

Replicate $Data::Dumper::Deparse