Re: [Perl-unix-users] listing subroutines defined locally in a class

2003-01-10 Thread Martin Moss
t;[EMAIL PROTECTED]> To: "Martin Moss" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 7:09 PM Subject: Re: [Perl-unix-users] listing subroutines defined locally in a class > take me off the list > > On Fri, 10

[Perl-unix-users] listing subroutines defined locally in a class

2003-01-10 Thread Martin Moss
All,   I want to be able to take a class and in it's 'new' subroutine do a check to ensure that each class has been given configuration information for each subroutine it has defined locally within that class. The problem I have is that I don't know how to differentiate between methods create