in reply to Re: My first stab at OO perl...
in thread My first stab at OO perl...
Or you could update 'new' above to check to see if the accessor exists before re-building it.use Class::MethodMaker get_set => [ qw( accessor1 accessor2 ) ];
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: My first stab at OO perl...
by dragonchild (Archbishop) on Jul 16, 2002 at 18:18 UTC |