if ( $^V gt 'v5.10.0' ) { @diff = grep { ! ({ $_, 0 } ~~ @inst) } @insttab; } else { @hdiff{ @insttab } = undef; delete @hdiff{ @inst }; @diff = keys %hdiff; }
In reply to compilation error on 5.8 with $^V gt 'v5.10.0' by gabrielsousa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |