Re: function is executing or not

2008-12-15 Thread Jenda Krynicky
From: > I have several subroutines/functions in Perl script. I just wanted to > know how to check whether specific function/subroutine in my Perl script > is really executing or not. And if it is executing then what is the exit > status of that function. Have a look at http://search.cpan.org/~p

Re: function is executing or not

2008-12-12 Thread Raymond Wan
Hi Irfan, irfan.sa...@cognizant.com wrote: I have several subroutines/functions in Perl script. I just wanted to know how to check whether specific function/subroutine in my Perl script is really executing or not. And if it is executing then what is the exit status of that function. Can

function is executing or not

2008-12-12 Thread Irfan.Sayed
Hi All, I have several subroutines/functions in Perl script. I just wanted to know how to check whether specific function/subroutine in my Perl script is really executing or not. And if it is executing then what is the exit status of that function. Please help/suggest. Regards Irfan.