Array-OrdHash version 0.02
==========================

Array::OrdHash behaves as a hash reference and an array reference simultaneously, just like MS Collection object or PHP Array.

It is especially useful for database data fetching and further manipulating. Some additional methods supply some additional services.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module does not require other modules and/or libraries.

COPYRIGHT AND LICENCE

Copyright (C) 2009-2010 Vladimir Surin. All Rights Reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.


