Lorenzo Caggioni:

Please don't toppost, and cut all the text that you don't react on.

> is there another way to recal a function retrining his name from a
> variable? 

If the set of functions is limited, use if:

        if ('abc' eq $func) {
             abc
  } elseif ('def' eq $func) {
             def
  }

Or put them in a hash.

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to