CDCollect is a CD/DVD catalog application for gnome.
It's goal is to be able to catalog your entire CD collection allowing for
searches of your CD/DVD files with a clean and simple interface.
Features:
* Easy to use interface.
* Allow the use of plugins (external programs) to collect information for
each file of a CD in your catalog.
* Searches can be performed on CDs or files in the collection.
* It also catalogs compressed files
(using external programs such as unzip, unrar, etc.).
Array::FileReader - Lazily tie files to arrays for reading
`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.
Seamus Venasse <svenasse@polaris.ca>
Array::LineReader gives you the possibility to access lines of some file by
the elements of an array. This modul inherites methods from Tie::Array (see
Tie::Array). You save a lot of memory, because the file's content is read
only on demand, i.e. in the case you access an element of the array. The
offset and length of all the lines is hold in memory as long as you tie your
array.
Array::PrintCols is a Perl 5 module which defines a subroutine to print arrays
of elements in alphabetically, vertically sorted columns. Optional arguments
can be given to control either the width or number of the columns, the total
width of the output, and the amount of indentation.
This module give direct access to the internal perl routines that let
you store reference to things in arrays and hashes.
Seamus Venasse <svenasse@polaris.ca>
A library that maps mime types to extensions and vice-versa.
Business::ISIN is a class which validates ISINs
(International Securities Identification Numbers), the
codes which identify shares in much the same way as ISBNs
identify books. An ISIN consists of two letters,
identifying the country of origin of the security
according to ISO 3166, followed by nine characters in
[A-Z0-9], followed by a decimal check digit.
Business::ISSN provides subroutines to work with International Standard
Serial Numbers. ISSNs are used with magazines and other publications like
ISBNs are used with books.
This module requires input of the shipping method, origin zip code,
destination zip code, and weight of the package. It then connects to
the UPS calculation server and outputs the total shipping charges and
the UPS zone.
Seamus Venasse <svenasse@polaris.ca>