![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^2: code reviewby Madams (Monk) |
on Jul 12, 2004 at 00:06 UTC ( #373527=note: print w/replies, xml ) | Need Help?? |
In Re your quibble on:
I've noticed that "use"age in several actual O'Reilly books written by various "Big Name" perl gurus. It seems to me that they do that when the only reason for the "use ...;" is completely within the subroutine. Personally I find that to be kinda self documenting. Plus it really doesn't matter where you place a "BEGIN{}" or "use ...;" as they all get done at compile time in the order they occur in the code. However I generally place all "use"ages at the top of the script myself. (madams55075.spamtrap.@comcast.net)=~s/\.spamtrap\.//;
In Section
Seekers of Perl Wisdom
|
|