Hi,
Is it possible using the magic of mod_perl to set a hash array available for all
scripts without each script having to open the dbm file.
eg Each of my scripts tie a dbm file to a hash array (%output). (about 600
elements)
In some of my scripts I'm using functions recursively. Passing %output to a
function will work once put when it goes very deep recursively it doesn't work.
Anyway the orginal question is can I set the hash_array value at start up time
and then access them from all scripts?
Thanks in advance.