Global symbol "%s" requires explicit package name           (F) You've said "use strict vars", which indicates that all vari-           ables must either be lexically scoped (using "my"), declared           beforehand using "our", or explicitly qualified to say which pack-           age the global variable is in (using "::").