![]() |
|
Just another Perl shrine | |
PerlMonks |
Re^3: Creating dispatch table with variable in function nameby Laurent_R (Canon) |
on Nov 22, 2017 at 08:50 UTC ( #1203997=note: print w/replies, xml ) | Need Help?? |
Thanks for your answer. I am not objecting at all to using dispatch tables, I'm using dispatch tables quite regularly. What I am possibly worrying about is that the subroutine ref names are dynamically created by concatenating various peaces of the name and enclosing them in in &{...} construct.
In Section
Seekers of Perl Wisdom
|
|