in reply to Re^2: Technique for building arguments from function name?
in thread Technique for building arguments from function name?
You might be interested to look into CGI::HTML::Functions
> What is this technique called?
Kind of Currying, but that's not necessarily implemented with AUTOLOAD.
Or rather Partial application
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Technique for building arguments from function name?
by haukex (Archbishop) on Dec 05, 2017 at 06:16 UTC | |
by LanX (Saint) on Dec 06, 2017 at 16:04 UTC |