
yehuuda
New User
Feb 10, 2009, 5:39 AM
Post #1 of 2
(162 views)
|
|
Subroutine name fetch, while running the sub
|
Can't Post
|
|
Hello, Let's say I'm running a sub: sub test { # Instead of this remark I need a command that fetches the sub name print $sub_name } What line can replace the comment above? How can I get a name of a sub I run on the fly? Thank you, Y
|