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

NAME

Text::CSV::R::Matrix - Tied array with column and row names.

DESCRIPTION

This is the return object of the Text::CSV::R read_* functions. It's just a (two-dimensional) array with column and row names attached.

INTERFACE

The following subroutines are not exported. You should use the subroutines exported by Text::CSV::R instead.

COLNAMES(@tied_array, $array_ref)

Get and set (if $array_ref defined) the colnames.

ROWNAMES(@tied_array, $array_ref)

Get and set (if $array_ref defined) the rownames.

SEE ALSO

Text::CSV, Text::CSV::R

COPYRIGHT AND LICENSE

Copyright (C) 2010 <limaone@cpan.org>

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