There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Template::Plugin::CSV::Escape - CSV escape a string

SYNOPSIS

[% USE CSV.Escape -%]
[% FOR data IN datas -%]
[% data.name | csv %],[% data.mail | csv %],[% data.address | csv %]
[% END -%]

DESCRIPTION

CSV escape a string.

[% foo = 'bar"baz' %]
[% foo | csv %] "bar""baz"

AUTHOR

Ittetsu Miyazaki <ittetsu.miyazaki __at__ gmail.com>

LICENSE

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

SEE ALSO

Template