Help for this page
while (<FILE>) { print join ",", split( " ", $_, 6 ); }
# input: Oct 1 13:23:25 smoothwall-swe3 kernel: Enabling fast FPU save, restor +e and "foo"... done. # should produce as output: Oct,1,13:23:25,smoothwall-swe3,kernel:,"Enabling fast FPU save, restor +e and ""foo""... done."