open my $fh, '<', 'file.txt' or die "file.txt not found"; open(my $fh, '<', 'file.txt') || die 'file.txt not found';