Help for this page
my @data = <FILE>; ... } print @data;
while( $line = <FILE> ) { last unless $line =~ /\S/; }