open (SOMELIST, "somelist"); #opening standings, putting in array SOMELIST while ($record = ) { print $record; } close (SOMELIST)