ObjScanner is a composite widget made of a listbox and a test window (actually a Multi::Text). This widget acts as a scanner to any perl object. The scanner will retrieve all keys of the hash of the scanned object and insert them in the listbox. Then a double click on the list item will display its content in the text window. I grant you that reading all the attributes of an object is generally considered as bad manners. But I found that this widget is really handy when debugging complex Tk applications which features lot of independent objects. This module was written with perl5.004 and Tk 402.003 See the embedded documentation in the module for more details. Comments and suggestions are always welcome. Note that this module is in beta state. It's interface is not expected to change anymore Many thanks to Achim Bohnet for all the tests, patches (and reports) he made. Many improvements were made thanks to his efforts. Legal mumbo jumbo: Copyright (c) 1997-1998 Dominique Dumont. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. - Dominique Dumont dominique_dumont@grenoble.hp.com --------------------------------------------------------------------- INSTALLATION gunzip -c .tar.gz | tar xvf - cd perl Makefile.PL make test make install