Hash/Type version 1.0 ===================== Hash::Type - pseudo-hashes as arrays tied to a "type" (list of fields) A Hash::Type is a collection of field names. Internally, an index is associated with each name. Such collections are created dynamically and can be extended. They are used to build tied hashes, either through C or through object-oriented method calls. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES None COPYRIGHT AND LICENCE Copyright (C) 2004 Laurent Dami This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.