![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^8: Introspecting function signaturesby LanX (Sage) |
on Mar 07, 2021 at 12:52 UTC ( #11129261=note: print w/replies, xml ) | Need Help?? |
I think this niche is mainly filled by conditional use/imports in dynamic languages (see if ) Monkey patching is only one other possibility here (that's replacing a sub/method at runtime), we also have eval and BEGIN blocks ... etc. > In frustration, I searched all that's "terminology injection" (aka die "brain overflow" ;-) Like all these Java OO "design patterns" which are superfluous in Perl.
Cheers Rolf
In Section
Seekers of Perl Wisdom
|
|