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?

It almost useless. Unless you use global vars all time (very bad idea) it doesn't work because of scoping.

--
Ilya Martynov (http://martynov.org/)

  • Comment on Re: Re: Can I get the name of a variable passed to a subroutine?