This package lets you create an array which will allow only one occurrence of any value. In other words no matter how many times you put in 42 it will keep only the first occurrence and the rest will be dropped. You use the module via tie and once yo...
SZABGAB/Array-Unique-0.08 - 04 Jun 2008 04:49:15 GMTThis is a very simple module. Use it as shown above, and your array will never have a duplicate element in it. The earliest (i.e. lowest-indexed) element has precedence, as shown in this code sample: tie my(@x), 'Tie::Array::Unique'; @x = (1, 2, 3, 4...
PINYAN/Tie-Array-Unique-0.01 - 12 Apr 2004 19:37:47 GMTLNATION/Array-Merge-Unique-0.03 - 09 Aug 2018 04:18:04 GMT
Maplat::Array::Unique is a simple replacement function to make all array elements unique. Warnings: This re-sorts array elements (changes order and therefore element index of all elements); This module is designed for convenience and readable code ra...
CAVAC/Maplat-Array-Unique-2.7 - 26 Jul 2017 13:25:58 GMTData::Object::Func::Array::Unique is a function object for Data::Object::Array....
AWNCORP/Data-Object-0.95 - 07 Apr 2019 18:11:01 GMTData::Object::Array::Func::Unique is a function object for Data::Object::Array....
AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 GMTSet::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 GMTThis is for anyone who wants to store arbitrary structured state data and doesn't have the time or inclination to write a schema or configure some framework. This can be used orthagonally to any other storage system. Yote only loads data as it needs ...
CANID/Yote-3.0 - 25 Mar 2018 03:31:35 GMTThis module provides one subroutine: "find_in_array" to find items in array....
PERLANCAR/Array-Find-0.08 - 03 Sep 2015 08:20:26 GMTA small pure-perl module containing list manipulation routines. The module emerged because I was tired to include same utility routines in numerous projects....
ZMIJ/Array-Utils-0.5 - 07 May 2010 08:58:04 GMTThe "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...
SHLOMIF/Class-Generate-1.17 - 24 May 2018 09:39:53 GMTigroup_by "igroup_by()" returns an iterator which when called, returns sub-arrays of the given array whose elements are "equal" as determined by a user-supplied boolean function. The iterator does this by stepping through the given data array, compar...
SAMB/Array-GroupBy-v0.0.4 - 25 Jun 2012 18:35:48 GMTThis module implements Perl arrays that have both numeric and string indices, similar to PHP arrays or Collections, therefore the array keys are unique strings. The order in which the elements were added is preserved just like Tie::IxHash does this. ...
WOWASURIN/Array-OrdHash-1.03 - 09 Mar 2011 23:33:49 GMTData::ObjectStore preserves data structures on disc and provides them on an add needed basis. Large hashes and arrays are not loaded in memory all at once while still adhering to the normal perl hash and array API. The data structures can contain any...
CANID/Data-ObjectStore-2.10 - 04 Dec 2019 21:24:12 GMTThis module ties an array to a database table using only an "index" and a "value" field. If no tables specification is passed, this will create a temporary table with "h_key" for the key field and a "h_value" for the value field. I think it would mak...
HMBRAND/Tie-Hash-DBD-0.20 - 02 Sep 2019 12:56:48 GMTBHALLISSY/Text-PDF-0.31 - 25 Aug 2016 00:21:44 GMT
As shown in the above examples, the general usage is: package MyClass; use Moose; (define Moose object(s)) ... use Array::To::Moose; ... my $data_ref = selectall_arrayref($sql); # for example my $object_ref = array_to_moose( data => $data_ref desc =>...
SAMB/Array-To-Moose-v0.0.9 - 21 Sep 2015 22:24:50 GMT"Tie::Array::AsHash" uses some practical extracting code so arrays can be tied to hashes. The module was initially written by Chris Angell <chris@chrisangell.com> for managing htpasswd-format password files....
REHSACK/Tie-Array-AsHash-0.200 - 08 Nov 2013 18:37:34 GMTData::Object::Array provides routines for operating on Perl 5 array references. Array methods work on array references. Users of these methods should be aware of the methods that modify the array reference itself as opposed to returning a new array r...
AWNCORP/Data-Object-0.95 - 07 Apr 2019 18:11:01 GMT