in reply to Why Perl gets confused here?
B::Deparse is your friend.substr(substr($p, 0, 1) = '123', 0, 1) = 'x'; substr((substr($q, 0, 1)) = '123', 0, 1) = 'x';
All power corrupts, but we need electricity.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why Perl gets confused here?
by Anonymous Monk on Oct 26, 2017 at 20:54 UTC | |
by ikegami (Patriarch) on Oct 26, 2017 at 22:34 UTC |