in reply to Re^2: A curious case of of my()
in thread A curious case of of my()
It wouldn't fix the following:
foo() and my $x; foo() or my $x; foo() && my $x; foo() || my $x; foo() // my $x; foo() ? my $x : 1;
Not to mention that some code relies on the current behaviour.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: A curious case of of my()
by LanX (Saint) on Apr 05, 2011 at 16:18 UTC | |
by ikegami (Patriarch) on Apr 05, 2011 at 18:11 UTC |