Twelve statements: Difference between revisions

Content deleted Content added
No edit summary
Line 1,229:
 
sub miss {
return grep { $condition[$_]->(@_) != $_[$_] ? 1 : 0 } 1..12;
}