in reply to Re: Subroutines not exporting? Why?
in thread Subroutines not exporting? Why?
Thank you so much for your time and your help. You absolutely nailed it.
In an attempt to test some changes I wanted to make to an existing custom module that is using AutoLoader and AutoSplit, I just copied it to a different directory and made some changes. I removed the...
use AutoLoader; *AUTOLOAD = \&AutoLoader::AUTOLOAD;
But I never removed the...
__END__
Thanks again. I really appreciate the help. Is there some way I can give you guys "credit" for helping me? I see the "++" radio buttons. Is that what I should use? I don't post to perlmonks very often, so that's why I'm asking.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Subroutines not exporting? Why?
by AnomalousMonk (Archbishop) on Jul 07, 2015 at 01:00 UTC |