Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        );
    
    do_something() if all { $_->[0] == $matrix[$_->[1]][$_->[2]][$_->[3]] 
    +} @tuples;