in reply to Re: Re: Embedded Syntax Checker?
in thread Embedded Syntax Checker?
# In Test.pm package Test; sub import { print "Boo!\n"; } 1; -------------- # In your script use Test;
Where's the BEGIN?
There actually was a question/meditation on here about 2 years ago on this very topic. I don't remember the details, but the OP was remarking that he was running into a forking/threading/caching/whatever issue. It turned out that there was a module about 4 levels back into the uses that was doing something he didn't want. And, it was happening at compile-time, so he couldn't disable it.
------
We are the carpenters and bricklayers of the Information Age.
Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose
|
|---|