package PLXHML; #### package PlxHml; use strict; sub foo { x_log(...); }; #### package PlxHml; use strict; use Plx; sub foo { x_log(...); };