Help for this page
@record = split( /\s*,\s*/o, $_); $field4 = $record[3];
($s) = $_ =~ m/^\s*[^,]+,[^,]*,[^,]*,\s*([^,]+)\s*,/o; # "$s" now contains the contents of field #4