The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Text-LooseCSV version 1.5
=========================

Highly forgiving variable length record text parser; compare to MS Excel

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module is all perl and should run with versions 5.005 on up.

COPYRIGHT AND LICENCE

Copyright (C) 2001-2005 Reed Sandberg (reed_sandberg 'AT' yahoo dot com)
All rights reserved. This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.