On Thu, Jan 24, 2002 at 04:03:30AM -0600, James G Smith wrote: [snip] > The most likely suspect that I can think of is the configuration > being done twice or incompletely the second time, but I don't know > where else to look. > > Anyone have any suggestions? I'll post the code if anyone thinks > they would like to take a look at it. [snip]
Looks like it was a matter of closure with a lexical variable. Second time configs were read, new lexical. I think. Changing it from `my %var' to `our %var' fixed it. For want of a nail.... --jim