Name : perl-Algorithm-GenerateSequence
| |
Version : 0.02
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 3.1
| Date : 2011-04-14 14:00:00
|
Group : Development/Libraries/Perl
| Source RPM : perl-Algorithm-GenerateSequence-0.02-3.1.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
Summary : A sequence generator
|
Description :
Algorithm::GenerateSequence provides an iterator interface to a sequence you define in terms of the symbols to use in each position.
You may use a different amount of symbols in each position and the module will iterate over them correctly. This might be useful in identifying all the cards in a deck:
my $deck = Algorithm::GenerateSequence->new( [qw( Heart Diamond Spade Club )], [qw( A 2 3 4 5 6 7 8 9 10 J Q K )], );
Or for a range of addresses to scan:
my $scan = Algorithm::GenerateSequence->new( [192], [168], [0..254], [1] );
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Algorithm::GenerateSequence)
perl-Algorithm-GenerateSequence
Requires :