2006-05-11 07:20:11 -04:00
|
|
|
Class::Inspector allows you to get information about a loaded class.
|
|
|
|
Most or all of this information can be found in other ways, but they
|
2011-03-14 05:15:33 -04:00
|
|
|
aren't always very friendly, and usually involve a relatively high level
|
|
|
|
of Perl wizardry, or strange and unusual-looking code. Class::Inspector
|
2006-05-11 07:20:11 -04:00
|
|
|
attempts to provide an easier, more friendly interface to this
|
|
|
|
information.
|