gabrielsousa has asked for the wisdom of the Perl Monks concerning the following question:
if ( $^V gt 'v5.10.0' ) { @diff = grep { ! ({ $_, 0 } ~~ @inst) } @insttab; } else { @hdiff{ @insttab } = undef; delete @hdiff{ @inst }; @diff = keys %hdiff; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: compilation error on 5.8 with $^V gt 'v5.10.0'
by hippo (Archbishop) on Apr 03, 2018 at 09:40 UTC | |
|
Re: compilation error on 5.8 with $^V gt 'v5.10.0'
by ikegami (Patriarch) on Apr 03, 2018 at 10:44 UTC | |
by ikegami (Patriarch) on Apr 03, 2018 at 10:49 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |