2005-02-03 02:57:54 +01:00
|
|
|
Set::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 FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In
|
|
|
|
addition, there are Set methods with corresponding (overloaded)
|
|
|
|
operators for the purpose of Set comparison, i.e. +, ==, etc.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Set-Array/
|