in reply to Re: Re: eval strings non reentrant?
in thread eval strings non reentrant?

Note that &foo will send the same arguments received by the function, since &foo is the same to write foo(@_), and is not the same of foo()!

Graciliano M. P.
"Creativity is the expression of the liberty".

  • Comment on Re: Re: Re: eval strings non reentrant?