set_uk has asked for the wisdom of the Perl Monks concerning the following question:
I have looked about and it appears SPOPS satisfies in most areas.
I dont fully understand the documentation and am about to start to try it out but thought I would ask the following questions first:-
1) All SPOPS field data examples I have looked at use single scalar values - can hashes and arrays be used as class data in an SPOPS object. If so is it as simple as defining a field and then setting it equal to a hash?
2) I understand that when SPOPS creates a class it can inherit methods from other classes via the isa config variable - how else can class methods specific to the new class be defined.
3) Where else can I find some worked examples.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SPOPS Question
by lachoy (Parson) on May 26, 2003 at 20:39 UTC | |
by set_uk (Pilgrim) on May 26, 2003 at 21:45 UTC |