in reply to Re^6: Pure perl lexical sub import (POC)
in thread Pure perl lexical sub import

Thanks for pointing me to Importer , didn't know about that one.

I'm puzzled if this shouldn't rather be in the lowercase namespace, since it's very pragma'ish .

I think I will try to implement the semantics first and delay the name question.

Creating aliases is not too difficult.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

  • Comment on Re^7: Pure perl lexical sub import (POC)