http://www.perlmonks.org?node_id=1011966


in reply to Re: Can't understand one line
in thread Can't understand one line

OK, but what is the sequence? "shift(@_) "first , or $_ first? in
$registry->$_( shift(@_) )
I guess shift(@_) must be first, or else meaningless. Thanks!

Replies are listed 'Best First'.
Re^3: Can't understand one line
by AnomalousMonk (Archbishop) on Jan 07, 2013 at 07:43 UTC
    ... shift(@_) must be first ...

    Quite right.