BEGIN { ...1... } use ModuleA; BEGIN { ...2... } use ModuleB; BEGIN { ...3... } use ModuleC; BEGIN { ...4... }
The above code will get executed in the following order:
...1... require ModuleA; import ModuleA; ...2... require ModuleB; import ModuleB; ...3... require ModuleC; import ModuleC; ...4...
In reply to Re: Timing Compile time, or timing 'use'.
by ikegami
in thread Timing Compile time, or timing 'use'.
by gam3
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |