in reply to Invoking a string reference to a anonymous subroutine
Or use the code ref directly (saves a method lookup) (update: and you can do this):$self->$handler(@arguments);
$self->$_parse_element_configuration(@arguments);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Invoking a string reference to a anonymous subroutine
by AnomalousMonk (Archbishop) on Jan 14, 2014 at 21:58 UTC |