in reply to Re^3: Why is a hash the default "object" in oo perl?
in thread Why is a hash the default "object" in oo perl?
Now I am in the habit of writing a little test program using the module. The test program uses Data::Dumper so that I can look at the object before writing something that will inherit from it.
This approach has been satisfactory unless the objects are overly large, complex, or numerous. There are several dimensions to this scalability problem:
My approach is not perfect. This may be why I don't use an IS_A relationship when a HAS_A relationship will probably work just as well in my immediate application.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Why is a hash the default "object" in oo perl?
by crabbdean (Pilgrim) on Jul 19, 2004 at 23:38 UTC | |
by diotalevi (Canon) on Jul 19, 2004 at 23:47 UTC |