- or download this
sub compatible
{
...
print "$s1\n$s2\n", ($diff == 0) ? "compatible" : "incompatible",
+"\n\n";
}
- or download this
_8__3__19
48____7__
...
_8__3__19
48_____7_
incompatible
- or download this
use strict;
...
$s2 = shift(@tests);
compatible($s1, $s2);
}
- or download this
_8__3__19
48____7__
...
_8__3__19
48_____7_
incompatible