in reply to Re: Method for sharing variables
in thread Method for sharing variables

Recently I wrote a module ( with plenty of help from monks ) that read in a file that created variables consistently for each user. I created a file that has var=value pairs and set them each time a script was run. $ENV{'variable'} is your friend.