aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Array-IntSpan/pkg-descr
blob: 15c9a094b23f80d417ad1a25f22df0cf57c8b8de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
`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>