Re: [Web-SIG] Global Variables

2005-09-09 Thread Robert Brewer
Timothy Soehnlin wrote: > I am working on an ongoing project, and recently > merged all the different segments of the request into a > single variable. To propogate that variable,across function > calls, and imported modules, I had to pass it as a variable > to each function. As is visible, th

[Web-SIG] Global Variables

2005-09-09 Thread tsoehnli
Hello all, I am working on an ongoing project, and recently merged all the different segments of the request into a single variable. To propogate that variable,across function calls, and imported modules, I had to pass it as a variable to each function. As is visible, this is a very re