The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Tie-PagedArray
Version:0.01

This tieable module helps deal with large arrays that can otherwise exhaust the memory, by implementing paging. The elements of the paged array can be anything.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

DEPENDENCIES

	Storable

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Tie::PagedArray

LICENSE AND COPYRIGHT

Copyright (C) 2013 Kartik Bherin

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.