or download this
(F) You've said "use strict vars", which indicates that all variables
+must either be lexically scoped (using "my"), declared beforehand usi
+ng "our", or explicitly qualified to say which package the global var
+iable is in (using "::").