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

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

CSV escape a string.
[% foo = 'bar"baz' %] [% foo | csv %] "bar""baz"

Ittetsu Miyazaki <ittetsu.miyazaki __at__ gmail.com>

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