Text-CSV_XS icon indicating copy to clipboard operation
Text-CSV_XS copied to clipboard

perl5 module for composition and decomposition of comma-separated values

Results 2 Text-CSV_XS issues
Sort by recently updated
recently updated
newest added

I'm attempting to read a CSV file: ``` #!/usr/bin/env perl use 5.042; no source::encoding; use warnings FATAL => 'all'; use autodie ':default'; use Text::CSV_XS 'csv'; use Devel::Confess 'color'; use DDP...

In https://rt.cpan.org/Ticket/Display.html?id=166621 you queried why I used RT instead of your "designated bug tracker", by which I am guessing you meant *here*? I'm only guessing because the link you provided...