in reply to Re: splitting cvs file without line breaksin thread splitting cvs file without line breaks
something like
$file =~ m/((\".*\"|\d+|[\d :]+),){6} (.*)/; $line = $1; $restoffile = $2; [download]
rendier