in reply to Flat Database: Skip the first line
open (ORGDB,"<$database"); @ODB=<ORGDB>; close (ORGDB); shift @ODB; #This should sort the lines by company alpha-order @ODB = sort(@ODB); [download]