freebsd-ports/misc/p5-Array-IntSpan/pkg-descr
Bill Fenner 81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00

14 lines
584 B
Text

`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/dist/Array-IntSpan/
Seamus Venasse <svenasse@polaris.ca>