INIT { init(); } sub init { # INIT-time code goes here. mod_perl users are expected to call this function as appropriate for them. # perl will not automatically trigger this function for them. ... }