in reply to Re: Can I get the name of a variable passed to a subroutine?
in thread Can I get the name of a variable passed to a subroutine?

Update:.

There is small bug in my code:

dBug_showArray("@currTime", @currTime);
It should be
dBug_showArray('@currTime', @currTime); ^^^^^ ^^^^^
Thanks to clintp who have noticed it.