in reply to Re: What is the scope of BEGIN? Or... when does it "begin?"
in thread What is the scope of BEGIN? Or... when does it "begin?"
(I left out 'use strict' for simplicity's sake).BEGIN { require mylib1; mylib1->import(); unshift (@INC,"\\mylib"); }
|
|---|