in reply to Perl's equivalent to Python's hasattr and getattr? (class variable details)
I think you may want something like Class::Accessor. Class::Accessor is just one of many modules that may work for you. You may want to look at the Class:: namespace in the cpan.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl's equivalent to Python's hasattr and getattr? (class variable details)
by MistaMuShu (Beadle) on Jul 28, 2005 at 23:46 UTC | |
by rlb3 (Deacon) on Jul 29, 2005 at 00:03 UTC |