slloyd has asked for the wisdom of the Perl Monks concerning the following question:
use strict; use Win32; require '/mysubs.pl'; # print a list of subroutines that are currently loaded ???
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: List of loaded subroutines
by davido (Cardinal) on Jul 28, 2005 at 07:19 UTC | |
Re: List of loaded subroutines
by Fang (Pilgrim) on Jul 28, 2005 at 07:14 UTC | |
Re: List of loaded subroutines
by xdg (Monsignor) on Jul 28, 2005 at 11:20 UTC | |
by slloyd (Hermit) on Jul 29, 2005 at 03:56 UTC |