Help for this page

Select Code to Download


  1. or download this
    sub compatible {
        my( $l, $r ) = @_;
    ...
            $char ne "\0" and index( $xor, $char, $_ + 1 ) != -1
        } 0 .. length( $xor ) - 1;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        );
        is( compatible( @$strings ), $result, $testname );
    }