freebsd-ports/misc/p5-Array-IntSpan/pkg-descr
Pete Fritchman 562e0a6e17 Add p5-Array-IntSpan 1.01, module for handling arrays using IntSpan
techniques.

PR:		33363
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2001-12-31 16:56:48 +00:00

15 lines
590 B
Plaintext

`Array::IntSpan' brings the speed advantages of `Set::IntSpan'
(written by Steven McDougall) to arrays. Uses include
manipulating grades, routing tables, or any other situation
where you have mutually exclusive ranges of integers that map to
given values.
`Array::IntSpan::IP' is also provided with the distribution. It
lets you use IP addresses in any of three forms (dotted decimal,
network string, and integer) for the indices into the array. See
the POD for that module for more information.
WWW: http://search.cpan.org/search?dist=Array-IntSpan
Seamus Venasse <svenasse@polaris.ca>