in reply to Re^2: Conditional initialization of lexical (my) variables
in thread Conditional initialization of lexical (my) variables
perl -wE 'BEGIN { print $] } my $x if 0' 5.037003 This use of my() in false conditional is no longer allowed at -e line +1.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Conditional initialization of lexical (my) variables
by hv (Prior) on May 10, 2023 at 18:38 UTC | |
Re^4: Conditional initialization of lexical (my) variables
by LanX (Saint) on May 10, 2023 at 20:58 UTC |