in reply to Re: Passing on "use"s
in thread Passing on "use"s

Thanks! That source code looks like it might have the answer somewhere... but it's a little too advanced for me to figure out. Suppose I just wanted "say" – I tried

use feature(); sub import{feature->import('say')}

but that doesn't seem to do anything.

EDIT: It needed a package name, I guess. Seems to work now!