in reply to Re^2: Experimental push on scalar now forbidden (override)
in thread Experimental push on scalar now forbidden
"BTW: since I have no access to 5.24 it'll be nice to know what prototype 'CORE::push' returns."
$ perl -v | head -2 | tail -1 This is perl 5, version 24, subversion 0 (v5.24.0) built for darwin-th +read-multi-2level $ perl -le 'print prototype "CORE::push"' \@@
— Ken
|
|---|