Re: Accessing/storing data in other modules

2003-10-17 Thread Simon Dassow
On 17 Oct 2003 16:17:52 -0400 Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Fri, 2003-10-17 at 12:46, Simon Dassow wrote: > > I'm trying to write a modular system with mod_perl but currently i > > cant store data into hashes in the other modules. > > I can store data into the hash but if i dump it

Re: Accessing/storing data in other modules

2003-10-17 Thread Perrin Harkins
On Fri, 2003-10-17 at 12:46, Simon Dassow wrote: > Hi People, > I'm trying to write a modular system with mod_perl but currently i cant > store data into hashes in the other modules. > I can store data into the hash but if i dump it there is no change :-( What makes you think that? It works perfe