[Catalyst] displaying csv content
Jonathan Rockway
jon at jrock.us
Fri Feb 23 21:41:40 GMT 2007
Octavian Rasnita wrote:
> Content-Type: text/comma-separated-values
Is this correct?
RFC4180 says to use text/csv, although TSV is text/tab-separated-values.
Confusing.
http://www.rfc-editor.org/rfc/rfc4180.txt
Regards,
Jonathan Rockway
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
More information about the Catalyst
mailing list