http://www.perlmonks.org?node_id=408376


in reply to Near-free function currying in Perl

Cool idea. How about an alternative interface for lazy currying so that I could do
use AutoCurry qw( AUTOLOAD );
and get an AUTOLOAD subroutine that will dynamically implement function_c.