in reply to Re^2: Dump of all defined variables for debugging
in thread Dump of all defined variables for debugging

Here's some old code that might help: %main:: and my'd vars
It walks through the %main:: symbol table and uses Data::Dumper to print out all arrays, hashes, scalars, and sub names.

-Joe

  • Comment on Re^3: Dump of all defined variables for debugging