Why does Perl 5.8.8 complain "no" not allowed in expression in this program:
but not in this:use strict; use warnings; grep { no strict 'refs'; }qw(x);
?use strict; use warnings; grep { 0; no strict 'refs'; }qw(x);
In reply to Pragma inside grep block by rovf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |