in reply to Re^3: Creating dispatch table with variable in function name
in thread Creating dispatch table with variable in function name
Personal preference I guess. I see nothing wrong with this. It's far safer than AUTOLOAD, for example, you have to still have to write code for each piece (to create the dispatch table, the subroutines and the look ups).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Creating dispatch table with variable in function name
by AnomalousMonk (Archbishop) on Nov 22, 2017 at 16:45 UTC | |
by Mr. Muskrat (Canon) on Nov 22, 2017 at 18:55 UTC | |
by AnomalousMonk (Archbishop) on Nov 23, 2017 at 03:52 UTC | |
by Mr. Muskrat (Canon) on Nov 22, 2017 at 17:27 UTC | |
by AnomalousMonk (Archbishop) on Nov 22, 2017 at 17:43 UTC | |
by Mr. Muskrat (Canon) on Nov 22, 2017 at 17:48 UTC | |
by AnomalousMonk (Archbishop) on Nov 22, 2017 at 18:01 UTC | |
|
In Section
Seekers of Perl Wisdom