Erik Lewis a écrit : > Does anyone have a script that will turn a name stored in one field > > SURNAME, FIRSTNAME MIDDLE > > Into 3 fields naive version, assuming $data contains the string : ($surname, $firstname, $middle)= split /, | /,$data; Hopes that helps.