Thank you for downloading Array::Utils 0.3.
Please choose a download mirror from the list below to start your free download:
| Download Mirror 1 |
Array::Utils 0.3 description
SYNOPSIS
use Array::Utils qw(:all);
my @a = qw( a b c d );
my @b = qw( c d e f );
# symmetric difference
my @diff = array_diff(@a, @b);
# intersection
my @isect = intersect(@a, @b);
# unique union
my @unique = unique(@a, @b);
# check if arrays contain same members
if ( !array_diff(@a, @b) ) {
# do something
}
FUNCTIONS
unique
Returns an array of unique items in the arguments list.
intersect
Returns an intersection of two arrays passed as arguments.
array_diff
Return symmetric difference of two arrays passed as arguments
Array::Utils 0.3 Free Download Copyright
New Software in Libraries
Text::MetaMarkup::HTML is a MM-to-HTML converter.
Text::Ngrams is a flexible Ngram analysis (for characters, words, and more).
bibteXML provides an XML equivalent of BibTeX.
Text::PromptBalanced aid in creating CLI prompts that keep track of balanced text.
Text::Refer can parse Unix "refer" files.
GluCat is a generic library of universal Clifford algebra templates.
License: LGPL (GNU Lesser General Public License)
Filesize: 1.4 MB
Date added: 2007-08-22
Text::Reform is a Perl module for manual text wrapping and reformatting.
Text::Scraper contains structured data from (un)structured text.
DutchPIPE is software that enables multi user, object oriented, persistent state web sites.
Text::Template::Inline allows easy formatting of hierarchical data.