> > SD (sure does) :)
fwiw, the "don't export anything" syntax (that is, the empty list) will actually save you a bit of memory, as nothing will be exported into the current namespace. that's why you see that syntax all over the mod_perl docs as a best practice. > > Out of curiosity, why would my mistake not cause an error every time it runs? no idea :) --Geoff