perl-Algorithm-GenerateSequence
Sequence generator
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] );
openSUSE Leap 16.0 हेतु कोई आधिकारिक पैकेज उपलब्ध नहीं हैवितरण
openSUSE Tumbleweed
openSUSE Leap 16.0
openSUSE Leap 15.6
openSUSE Leap 15.5
असमर्थित वितरण
निम्नलिखित वितरण आधिकारिक रूप से समर्थित नहीं हैं। इन पैकेज के उपयोग/प्रभाव का उत्तरदायित्व आप पर है।