in reply to a list of functions within a pm
You'll also get a BEGIN entry (at least, with 5.6.1 I did).package foo; sub one { return 1 }; sub two { return 2 }; sub subs { no strict; return keys %foo::; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: a list of functions within a pm
by Tyke (Pilgrim) on Jul 20, 2001 at 14:48 UTC |