[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

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

2003-01-10 Thread Martin Moss
Not the solution I was looking for:-) You need to go lookup the unsubscribe options at activestate.com, can't remember what they are offhand, but nobody on this list has the actual power to take you off the list, Regards Marty - Original Message - From: "J. Utermehle" <[EMAIL PROTECTED]>

[Perl-unix-users] [OT] Unsubscribe

2003-01-10 Thread Timothy A. Canon
How to unsubscribe (and a wealth of other information) is listed in the mail headers. List-Unsubscribe: , Tim > -Original Message- > From: [EMAIL PROTECTED] > [mail

[Perl-unix-users] Creating XML file using XML::LibXML (fwd)

2003-01-10 Thread Devi .M
Hello All, I am able to create a XML file but unable to put a DOCTYPE entry where I could give the DTD file in it using perl XML::LibXML. I tried all the man pages and even online helps but I could not find anything. I found this option for XML::Writer but since I am using XML::LibXML, I wa