subroutine name

2003-12-19 Thread Eckart Uhlig
Hi all, is there a way to determine the name of the current called subroutine? I don't want to print out the subroutine's name explicitly, I'm hoping for a 'magic' variable/ function or something like that, which I can pass to a plain printout function. In the perlvars manpage I haven't found

Re: subroutine name

2003-12-19 Thread Randy W. Sims
On 12/19/2003 3:41 PM, Eckart Uhlig wrote: Hi all, is there a way to determine the name of the current called subroutine? I don't want to print out the subroutine's name explicitly, I'm hoping for a 'magic' variable/ function or something like that, which I can pass to a plain printout function.

RE: subroutine name

2003-12-19 Thread Wagner, David --- Senior Programmer Analyst --- WGO
started. Wags ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eckart Uhlig Sent: Friday, December 19, 2003 12:41 To: [EMAIL PROTECTED] Subject: subroutine name Hi all, is there a way to determine the name of the current called subroutine? I don't want

Re: subroutine name

2003-12-19 Thread Lynn. Rickards
On Friday 19 December 2003 15:41, Eckart Uhlig wrote: Hi all, is there a way to determine the name of the current called subroutine? I don't want to print out the subroutine's name explicitly, I'm hoping for a 'magic' variable/ function or something like that, which I can pass to a plain