in reply to Re^2: How to call a sub reff from a hash
in thread How to call a sub ref from a hash
And yeah, the syntax may be confusing, but that's just how references work.&{$Procedures{$Procedure}}($Parameter); # or $Procedures{$Procedure}->($Parameter);
|
|---|