Re: Using OO with mod_perl correctly to avoid leaks

2006-12-22 Thread Frank Wiles
On Fri, 22 Dec 2006 11:23:22 -0600 Boysenberry Payne <[EMAIL PROTECTED]> wrote: > Is this bad usage? > > Am I creating the same situation using inside-out classes seek to > avoid, i.e. accessing object internals directly via manipulating > $definitions_of{ident Habitat::Definitions}? In shor

Using OO with mod_perl correctly to avoid leaks

2006-12-22 Thread Boysenberry Payne
I've been poring over the Perl Best Practices book as of late, lovely work, wish I would have read it when it first came out Anyway, I'm curious about a way I'm using variables, here is my example: package Habitat::Definitions; use Class::Std::Utils; { use strict; use base

Using OO with mod_perl correctly to avoid leaks

2006-12-22 Thread Boysenberry Payne
I've been poring over the Perl Best Practices book as of late, lovely work, wish I would have read it when it first came out Anyway, I'm curious about a way I'm using variables, here is my example: package Habitat::Definitions; use Class::Std::Utils; { use strict; use base