in reply to changing record separator to all my perl programs
@lines = <$handle>; # Reads the whole file $line = <$handle>; # Reads the next record [download]