On Thu, 22 Jun 2000, Scott Alexander wrote:

> The way i've been trying to do this is to create a module Mf7::Globals
> and then store the data inside.

That should work fine.

> I then have an Initialize_globals function that I run to reset all the
> variables at the begining of a request.

Why would you reset all of your configuration globals at the beginning of
a request?

> I thought I should be able to access them using
> $Mf7::Globals::imgserver but this just errors out with unitialized
> variable.

That should work.  Maybe you could post a little code snippet?  You are
using actual global variables in Mf7::Globals, right?

Incidentally, the MF site is pretty fast.  Is it running on mod_perl now?

- Perrin

Reply via email to