Text::Template, PACKAGES, ModPerl

2000-08-14 Thread goEbusiness.com Mail Lists
Ok, here's the scenarious. Runnign Text::Template with a PACKAGE. Let's just call it M. So, for example, I have a script $M::fill_me_in and Text::Template will fill that variable in. Anyway, I know that those are global variables, so when I enable mod_perl, they retain the previous values.

Re: Text::Template, PACKAGES, ModPerl

2000-08-14 Thread ___cliff rayman___
"goEbusiness.com Mail Lists" wrote: > Ok, here's the scenarious. > > Runnign Text::Template with a PACKAGE. Let's just call it M. > > So, for example, I have a script > > $M::fill_me_in and Text::Template will fill that variable in. > > Anyway, I know that those are global variables, so when I

Re: Text::Template, PACKAGES, ModPerl

2000-08-14 Thread John Hurst
"goEbusiness.com Mail Lists" wrote: > > Ok, here's the scenarious. > Is there a quick easy way to reset all of those variables for > each time the script is run? I'm assuming no. I did make a > function that ran through the package, like so: >From my own bag-o-tricks, this simply obliterates