-
-
29 Jun 2012 06:20:06 UTC
- Distribution: DynGig-Range
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (789 / 781 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (10.67KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
DynGig::Range::Integer - Integer set arithmetics.
SYNOPOSIS
use DynGig::Range::Integer; my @list = DynGig::Range::Integer->expand( '3,4~9,-6~7,&6~10' ); my $string = DynGig::Range::Integer->serial( '3', '6', '7~9' ); my $r1 = DynGig::Range::Integer->new( '3', '6', '7~9' ); my $r2 = DynGig::Range::Integer->new( '3,6~7' ); my $r3 = DynGig::Range::Integer->new( '3,4~9,-6~7,&6~10' ); my $r4 = $r2 - $r3; my $r5 = $r2 + $r3; my @r5 = $r5->list(); $r5 &= $r1; print $r5, "\n";
DESCRIPTION
string()
Overloads "".
SEE ALSO
Implements DynGig::Range::Integer::Object and DynGig::Range::Integer::Parse. See DynGig::Range::Integer::Object for additional methods.
NOTE
See DynGig::Range
Module Install Instructions
To install DynGig::Range, copy and paste the appropriate command in to your terminal.
cpanm DynGig::Range
perl -MCPAN -e shell install DynGig::Range
For more information on module installation, please visit the detailed CPAN module installation guide.