in reply to Re: dynamic sub routine definitions?
in thread dynamic sub routine definitions?

Thanks again! I wasn't clear enough though in my question. What I mean was, if I have $var set to some big long string that is really a function (not a file name) then could I then say something like "require $var"?

Justin Eltoft

"If at all god's gaze upon us falls, its with a mischievous grin, look at him" -- Dave Matthews

  • Comment on Re: Re: dynamic sub routine definitions?

Replies are listed 'Best First'.
Re: dynamic sub routine definitions?
by Abigail-II (Bishop) on Jul 18, 2002 at 09:48 UTC
    No, but you can use eval.

    Abigail