Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Devscripts::Set

Name Devscripts::Set
Version
Located at /usr/share/perl5
File /usr/share/perl5/Devscripts/Set.pm
Is Core No
Search CPAN for this module Devscripts::Set
Documentation Devscripts::Set
Module Details Devscripts::Set

NAME

Devscripts::Set - Functions for handling sets.


SYNOPSIS

use Devscripts::Set;

@set=ListToSet(@list);

@setdiff=SetMinus(\@set1,\@set2);

@setinter=SetInter(\@set1,\@set2);

@setunion=SetUnion(\@set1,\@set2);


DESCRIPTION

ListToSet: Make a set (array with duplicates removed) from a list of items given by an array.

SetMinus, SetInter, SetUnion: Compute the set theoretic difference, intersection, union of two sets given as arrays.


AUTHOR

Bill Allombert <ballombe@debian.org>


COPYING

Copyright 2001 Bill Allombert <ballombe@debian.org> Modifications Copyright 2002 Julian Gilbey <jdg@debian.org> dpkg-depcheck is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for dpkg-depcheck.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026