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
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
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