RE: getting the calling function name.

2001-08-07 Thread Wagner Jeff Civ Logicon/TTMS
### Output Subroutine is: main::aaa -Original Message- From: Rajeev Rumale [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 07, 2001 01:22 To: Me; [EMAIL PROTECTED] Subject: Re: getting the calling function name. Thanks "me". But the

Re: getting the calling function name.

2001-08-07 Thread Me
age - > From: "Me" <[EMAIL PROTECTED]> > To: "Rajeev Rumale" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, August 07, 2001 2:53 PM > Subject: Re: getting the calling function name. > > > > > "caller" only gives onl

Re: getting the calling function name.

2001-08-06 Thread Me
> "caller" only gives only the name of current sub You didn't read the docs carefully enough... caller($calldepth) perldoc -f caller -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: getting the calling function name.

2001-08-06 Thread Rajeev Rumale
-- - ----- Original Message ----- From: "Me" <[EMAIL PROTECTED]> To: "Rajeev Rumale" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 3:49 PM Subject: Re: getting the calling fun

Re: getting the calling function name.

2001-08-06 Thread Me
perldoc -f caller perldoc Carp.pm http://search.cpan.org/search?mode=module&query=assert > Hello Every Body, > > I need some help. > I am using a sub routine to log all the messages to be used for debugging > purpose. > ie. &debugLogger($debug_message); > Since very similare kind of messages are

getting the calling function name.

2001-08-06 Thread Rajeev Rumale
Hello Every Body, I need some help. I am using a sub routine to log all the messages to be used for debugging purpose. ie. &debugLogger($debug_message); Since very similare kind of messages are genrated at serveral places, I add the function name. i.e., &debugLogger("inside x \n $debug_messa