On Thu, 7 Feb 2002, John wrote:

> I have a block of code which determines what subroutine to call and
> what parameters to pass, I want to put the statement to execute in
> a variable.  At the end of the block I would like to output/print
> the variable containing the subroutine to be called and call it.
> I played around with do and eval but couldn't get this to work.
> What is the right way?

Would you mind posting what you have so far?  It sounds like you are using
symbolic references, which is not the best way to do these kinds of
things.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
Life does not begin at the moment of conception or the moment of birth.
It begins when the kids leave home and the dog dies.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to