use and BEGIN are executed as soon as they are compiled. Without the BEGIN, the following would happen:
Remember that
use Module
means
BEGIN { require Module; Module->import if Module->can('import'); }
In reply to Re^3: Undefined subroutine errors
by ikegami
in thread Undefined subroutine errors
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |