in reply to Listing a module's subroutines

Hi,

You can get all subroutine names from %Your_Module:: variable. The keys of this hash are subroutine names of the module.

Note: Your_Module is your module name.

Replies are listed 'Best First'.
Re^2: Listing a module's subroutines
by Anonymous Monk on Mar 06, 2009 at 09:20 UTC