Then in my script:package Include.pm use A.pm use B.pm use C.pm 1;
What I've been trying to find is a way to have Include.pm export not only what it defines but what it has 'used' as well. I haven't been able to get this to work. Is there even a way to do this? I humbly seek your wisdom. Thanks,use Include; funcA(); ## Defined in A.pm funcB(); ## Defined in B.pm funcC(); ## Defined in C.pm
In reply to Module 'use' chains by Vaati
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |