- or download this
ABC a b c value=3.14
+ value2="2.04"
- or download this
ABC a b c value=3.14
+ value2="2.04"
+ value3=text
- or download this
while (defined(my $lineA = <FILE_A>) && defined(my $line_b = <FILE_B>)
+) {
...
compare_line(lineA=$lineA, lineB=$lineB);
...
}