-
-
24 Mar 2014 14:50:23 UTC
- Distribution: Set-Scalar
- Module version: 1.29
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (11613 / 1 / 0)
- Kwalitee
Bus factor: 1- 79.88% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (21.04KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Set::Scalar::Universe - universes for set members
SYNOPSIS
Do not use directly.
DESCRIPTION
There are only two guaranteed interfaces, both sort of indirect.
The first one is accessing the universe of a set:
$set->universe
This contains the members of the universe
$set->universe->members
of the
$set
.The second supported interface is displaying set universes.
print $set->universe, "\n";
This will display the members of the set inside square brackets: [], as opposed to sets, which have their members shown inside parentheses: ().
AUTHOR
Jarkko Hietaniemi <jhi@iki.fi>
Module Install Instructions
To install Set::Scalar, copy and paste the appropriate command in to your terminal.
cpanm Set::Scalar
perl -MCPAN -e shell install Set::Scalar
For more information on module installation, please visit the detailed CPAN module installation guide.