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
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
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 :-(
$r->pnotes() would work, but i dont want to copy the whole data again
and again.
Anyone can explain