Comma-delimit your output
[an error occurred while processing this directive]
Comma-delimit your output
By : anonymous ( Tue Mar 16 15:05:27 2004 )
| perl -wne 'BEGIN{$" = ","} @fields = split/\s+/; print "@fields\n";'
Return to article...[an error occurred while processing this directive]