in reply to RFC Magic::Attach
Comments/suggestions:
is likely to be common enough to encapsulate. Maybe:my $foo = attached($ref,'elements') || attach_var($ref,$something,'ele +ments')
my $foo = attach_default($ref, $something, 'elements');
Can't really comment on the implementation - I don't know the internals well enough.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: RFC Magic::Attach
by pdcawley (Hermit) on Jan 21, 2003 at 15:54 UTC | |
|
Re: Re: RFC Magic::Attach
by IlyaM (Parson) on Jan 21, 2003 at 14:43 UTC | |
by shotgunefx (Parson) on Jan 22, 2003 at 06:17 UTC |