open(my $fh, "<", "data.txt") || die "Can't open file: $!"; #### open (FH, '## while(my $line = <$fh>) { #### while(my $line = ) {