in reply to Re^2: Call subroutine by reference ?
in thread Call subroutine by reference ?
I normally prefer the arrow dereference, much easier syntax in nested structures like dispatch tables.
Exceptions are calls w/o arguments (much shorter) or functions with prototypes which insist in a leading ampersand.
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|