in reply to Re: Making an array out of each line in a file
in thread Making an array out of each line in a file

chomp( my @lines = <FILE> );