The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Cube - It's new $module

SYNOPSIS

    use Data::Cube;

    my $cube = new Data::Cube("Product", "Country"); # specify dimension

DESCRIPTION

Data::Cube is perl implementation of [DataCube](http://en.wikipedia.org/wiki/OLAP_cube). DataCube is concept in order to process multidimensional data array.

==head2 METHODS

    my $cube = new Data::Cube();
    $cube->add_dimension();
    $cube->add_hierarchy();
    $cube->add_measure();

    $cube->reorder_dimension();

    $cube->dice();
    $cube->slide();

    $cube->rollup();

LICENSE

Copyright (C) muddydixon. Apache License Version 2.0

AUTHOR

muddydixon <muddydixon@gmail.com>