in reply to Legacy use of splice() as lvalue
FWIW, it doesn't even compile on older versions (tried several, going back to v5.005_03 — same error as in v5.8).
BTW, I think the "legacy" is referring to the subroutine do_https4 itself, not to the weird usage of splice within it... so you're probably okay simply removing that piece of code.
Update: another indication that this code has never really been in use is that if the idea is to modify the argument list prior to calling the wrapped do_httpx4, it would have to be called as &do_httpx4 to actually make @_ visible to that subroutine...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Legacy use of splice() as lvalue
by nobull (Friar) on Feb 15, 2008 at 17:29 UTC | |
by bart (Canon) on Feb 16, 2008 at 09:18 UTC |