Creating $s = Set::Scalar->new; $s = Set::Scalar->new(@members); $t = $s->clone; $t = $s->copy; # Clone of clone. $t = $s->empty_clone; # Like clone() but with no members. Modifying $s->insert(@members); $s->delete(@members); $s->invert(@members); # ...
DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTCThis is not the module you are looking for. See the Set::Scalar....
DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTCThis is not the module you are looking for. If you want documentation see Set::Scalar....
DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTCThis is not the module you are looking for. If you want documentation see Set::Scalar....
DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTCValued sets are an extension of the traditional set concept. In addition to a member just existing in the set, the member also has a distinct value. You can think of this a combination of a traditional set and a Perl hash. The used methods are as for...
DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTCThis is not the module you are looking for. See the Set::Scalar....
DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTCThere 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 display...
DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTCThis module is a very simpel array ellement replacement utility to allow simple value replacement with Net::ACL::Rule....
LORENSEN/Net-ACL-0.07 - 06 Jun 2003 20:01:38 UTCThere are only two guaranteed interfaces, both sort of indirect. The first one is accessing the universe of a valued set: $valued_set->universe This contains the members of the universe $valued_set->universe->members of the $valued_set. The second su...
DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTCSet::FA provides a mechanism to define and run a set of DFAs....
RSAVAGE/Set-FA-2.01 - 20 Sep 2016 02:48:16 UTCSet::Hash allows you to create strings as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corre...
DJBERG/Set-Hash-0.01 - 16 Dec 2002 05:09:00 UTCSet::Tiny is a thin wrapper around regular Perl hashes to perform often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. For a more complete implementation of mathematical...
TRENDELS/Set-Tiny-0.04 - 04 Mar 2016 17:10:37 UTCSet::Light implements an unordered set of strings. Set::Light currently uses a hash underneath, and each key of the hash points to the same scalar, thus saving memory per item. Why not use a hash? Usually you would use a hash to keep track of a list ...
RRWO/Set-Light-0.94 - 09 Sep 2020 17:55:14 UTCSet::Array allows you to create arrays as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQs, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corres...
RSAVAGE/Set-Array-0.30 - 17 Sep 2013 23:39:08 UTCThis module provides routines for performing set operations on arrays. Set is represented as a regular Perl array. All comparison is currently done with "eq" (string comparison) so currently no support for references/objects/undefs. You have to make ...
PERLANCAR/Array-Set-0.05 - 16 Sep 2016 06:08:05 UTCSet::String allows you to create strings as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with cor...
DJBERG/Set-String-0.03 - 25 Apr 2002 14:02:42 UTCA "Set::Window" object represents a window on the integer line; that is, a finite set of consecutive integers. Methods are provided for creating and modifying windows, for obtaining information about windows, and for performing some simple set operat...
SWMCD/Set-Window-1.01 - 15 Jul 2002 18:50:40 UTCThe Groups object implements a set of groups. Each group can own single members and group members. A group can be flattened, i.e. expansed until each of his members is a single one....
JACQUELIN/Set-Groups-0.8 - 06 Nov 2007 21:21:06 UTCThe "Set::Product" module generates the cartesian product of a set of lists....
GRAY/Set-Product-0.03 - 16 Nov 2015 07:29:43 UTCThis module implements a set objects that can contain members of (almost) any type, and provides a number of attached helpers to allow set and element manipulation at a variety of levels. By "almost", I mean that it won't let you store "undef" as a v...
SIRROBERT/Set-Toolkit-0.11 - 21 Apr 2010 14:07:23 UTC