demerphq wrote: > Would it be fair to say that it is as though the sub >being called by "\N{TEST}" was wrapped in a BEGIN? Kinda. \N{} and BEGIN are two ways of running code at compile time. There are others, such as "use" (which calls an import method at compile time). No one of these mechanisms is more fundamental than the rest. -zeframThread Previous | Thread Next