I'm working a script that needs to have a couple of global variables that subroutines can make use of without having them passed in as arguments. Unfortunately, for reasons beyond my control, I also need to "use strict;". Is there a way that I can declare certain variables global even though I'm using strict?