The perl module Devel::Symdump provides a convenient way to inspect
perl's symbol table and the class hierarchie within a running program.

From version 2.00, this module needs at least perl5.003.

To build and install it, please run

   perl Makefile.PL
   make
   make test
   make install

This package is Copyright (C) 1994-1997 by Andreas K�nig. It may be
copied, used and redistributed under the same terms as perl itself.

Enjoy,
andreas

May 16, 1997