I'm not saying it's necessarily the best idea in the world, but you can in fact find that information (maybe) like this:
package Example::Package; use strict; no strict 'refs'; use Data::Dumper; $Data::Dumper::Indent = 1; $Data::Dumper::Sortkeys = + 1; sub wuzzle { print "supz\n"; } my $symbol_table = *{"main::Example::Package::"}{HASH}; print "", Dumper($symbol_table), "\n"; $symbol_table->{wuzzle}->();
I'm surprised it isn't documented in the module Win32::OLE actually. I'm not at all familiar with these packages (linux fan), but does Win32::OLE::Const help somehow?
In reply to Re: How can I find the names of dynamically created subroutines?
by jettero
in thread How can I find the names of dynamically created subroutines?
by Cap'n Steve
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |