The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Tie-Handle-CSV

Makes basic access to CSV files easier. When you read from the file handle, a
hash or an array is returned depending on whether headers exist or do not.

Regardless of the type of the returned data, when it is converted to a string,
it automatically converts back to CSV format.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


SUPPORT AND DOCUMENTATION

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

    perldoc Tie::Handle::CSV

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Tie-Handle-CSV

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Tie-Handle-CSV

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Tie-Handle-CSV

    CPAN Ratings:
        http://cpanratings.perl.org/d/Tie-Handle-CSV

COPYRIGHT AND LICENCE

Copyright (C) 2007 Daniel B. Boorstein

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