Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use 5.14.0;
    ...
    print "Not in source: ", join(", ", @not_in_src), "\n";
    print "Not in target: ", join(", ", @not_in_tgt), "\n";
    print "In both: ", join(", ", @in_both), "\n";