Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            print "mismatch: [@{$_->[0]}], [@{$_->[1]}]\n";
        }
    }
    
  2. or download this
    mismatch: [1 12 34 50], [1 1234 50]
    match: [1 12 34 50], [34 12 1 50]