INSTALLATION

   perl Makefile.PL
   make
   make test
   make install


DESCRIPTION

   The purpose of this module is to define parse().  This function creates
   a namespace, reads in Perl code, evals it, and then examines the
   namespace's symbol table for scalars, hashes, arrays, subroutines, IO
   handles, and globs.  It then does what you tell it to with these
   symbols.


AUTHOR

   Michael Fowler <[email protected]>



LICENSE

   Copyright (C) 1999 Michael Fowler, all rights reserved

   This program is free software; you can redistribute it and/or modify it
   under the same terms as Perl itself.