|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^7: Closure warning with Perl 5.14?by JavaFan (Canon) |
| on May 19, 2011 at 10:56 UTC ( [id://905664]=note: print w/replies, xml ) | Need Help?? |
|
But my $x if COND; doesn't warn either, unless COND is false. Not sure what print(my $x = 1234) if 0; would be good for. Note also that print(my $x = 1234) if COND; does not have a my $x = EXPR if COND subexpression, not even on a textual level.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||