The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

  • What are in the module or symbol table?

  • Is something in the module or symbol table?

      PKG_exists
      CODE_exists
      

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.