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