mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
bade038df5
PR: ports/77019 Submitted by: Alex Kapranoff <kappa AT rambler dash co dot ru>
8 lines
385 B
Plaintext
8 lines
385 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/search?dist=Set-Array
|