Hi,<br><br> I have several modules that need to use the same global variable in several places. This global variable is created and assigned a value in a perl script that 'uses' all the modules. <br><br> However, the variable is not keeping it's value across modules, presumably because it is not being included in the symbols table for each of the modules. Is there anyway to ensure that a variable declared in my script is readable in all modules/functions called by that script?<br><br> Cheers!<br>Loon