or Python:
f = file("file.txt", "r")

l = f.readlines()
f.close()
_________________________
Bitt Faulk