Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Set-Infinite
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
15.7 KB
-rw-r--r--
2010-04-26 18:35:06
Edit
Del
README
329 B
-rw-r--r--
2008-06-21 07:37:52
Edit
Del
TODO
3.64 KB
-rw-r--r--
2008-06-21 07:37:52
Edit
Del
Editing: README
(329 B)
Path: /usr/share/doc/perl-Set-Infinite/README
Back
NAME Set::Infinite - Sets of intervals SYNOPSIS use Set::Infinite; $a = Set::Infinite->new(1,2); # [1..2] print $a->union(5,6); # [1..2],[5..6] INSTALLATION To install this module type the following in the distribution directory: perl Makefile.PL make make test make install