in reply to Re^4: loading modules using 'use'
in thread loading modules using 'use'

With BEGIN, @EXPORT will be initialised before the subs are compiled. Without, after.