CC: | jkeenan [...] cpan.org |
Subject: | Text-CSV-Hashify->all documentation is wrong for format=>aoh |
See correction bellow
all()
Purpose
Returns all data representing CSV input file.
Arguments
$hash_ref = $obj->all; #if hoh
$array_ref= $obj->all; #if aoh
Return Value
Hash reference representing all data records in the CSV input file.
Array reference representing all data records in the CSV input file.
Comment
For the hoh format, the return value is equivalent to that of hashify().