2001-12-17 21:05:46 +01:00
|
|
|
Set of modules:
|
|
|
|
|
|
|
|
* Class::Fields - inspect the fields of a class
|
2008-05-23 23:18:39 +02:00
|
|
|
* Class::Fields::Fuxor - low level manipulation of object data members
|
2001-12-17 21:05:46 +01:00
|
|
|
* private - add private data members to Perl classes
|
|
|
|
* protected - "private" data fields which are inherited by child classes
|
|
|
|
* public - add public data members to Perl classes
|
|
|
|
|
2003-05-19 15:32:21 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Class-Fields/
|