# MyStuff.pm package MyStuff; use strict; BEGIN { _init() } sub _init{ .... } 1;