in reply to Re^2: BEGIN and compile-time
in thread BEGIN and compile-time

If you want to use a use without import to be called, just put some parens after the module (and nothing inside the parens):
use ModX ();