"be consistent" | |
PerlMonks |
Re: Re: Why breaking can() is acceptableby tilly (Archbishop) |
on Apr 06, 2004 at 15:03 UTC ( [id://342950]=note: print w/replies, xml ) | Need Help?? |
And that is exactly what I was referring to with my comments on "typeglobbing closures instead of AUTOLOAD". I also usually don't wrap it in a BEGIN block. In the context of a module, there is no real reason to wrap it in a BEGIN block, because the module itself is wrapped in an implicit BEGIN block. Otherwise I prefer to not try to specify BEGIN ordering unless absolutely needed, instead specify ordering of events as simple as I can arrange. (But that was an old discussion with tye.)
In Section
Meditations
|
|