Data-PowerSet-Hash

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Data::PowerSet::Hash - Power sets of hashes

VERSION
    version 0.04

DESCRIPTION
    This provides you with a power set (basically all combinational
    iterations) for your hashes. This only does it for hashes, if you want
    them done for arrays, I suggest using Data::PowerSet. Please view the
    *SEE ALSO* section below.

SUBROUTINES/METHODS
  hash_powerset
    Create a powerset from hash keys.

        use Data::PowerSet::Hash 'hash_powerset';

        my @pset = hash_powerset(

lib/Data/PowerSet/Hash.pm  view on Meta::CPAN

=head1 NAME

Data::PowerSet::Hash - Power sets of hashes

=head1 VERSION

version 0.04

=head1 DESCRIPTION

This provides you with a power set (basically all combinational iterations) for
your hashes. This only does it for hashes, if you want them done for arrays, I
suggest using L<Data::PowerSet>. Please view the I<SEE ALSO> section below.

=head1 SUBROUTINES/METHODS

=head2 hash_powerset

Create a powerset from hash keys.

    use Data::PowerSet::Hash 'hash_powerset';



( run in 0.687 second using v1.01-cache-2.11-cpan-71847e10f99 )