/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/AutoCode/blib/lib/AutoCode/SymbolTableUtils.pm


NAME


SYNOPSIS

  # Supposed you have a module 'A' with its only method 'a'
  use A;
  print AutoCode::SymbolTableUtils::code_exists('A::a')?'yes':'no' , "\n";


DESCRIPTION

I hope this module is enough for spying the every bit of Perl's symbol table.

The methods are categoried to answer 2 types of questions


AUTHOR

Juguang Xiao, juguang at tll.org.sg


COPYRIGHT

This module is a free software. You may copy or redistribute it under the same terms as Perl itself.

 /export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/AutoCode/blib/lib/AutoCode/SymbolTableUtils.pm