Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^4: Subroutines not exporting? Why?by Anonymous Monk |
on Jul 07, 2015 at 19:10 UTC ( [id://1133595]=note: print w/replies, xml ) | Need Help?? |
My reference was not Perl-specific. Yeah, it took me a while to wrap my head around Perl's compilation / runtime phases, too. One thing in particular that seems to throw people off sometimes is that use is essentially like an eval inside of a BEGIN. I recommend this reading because that's what helped me understand: BEGIN, UNITCHECK, CHECK, INIT and END in perlmod, and in this order: use, require, do, and eval.
In Section
Seekers of Perl Wisdom
|
|