in reply to Re: Algebraic Hash Configuration via Delayed Closure?
in thread Algebraic Hash Configuration via Delayed Closure?

Actually, the way to delay the evaluation of the closure is to put it in single quotes and then eval() it when you have placed $W and $H into scope.

It always helps to see other people's input on these problems as I turn it over in my head.

Replies are listed 'Best First'.
Re: Re: Re: Algebraic Hash Configuration via Delayed Closure?
by japhy (Canon) on Mar 07, 2001 at 02:19 UTC
    Oh, please don't use eval() for that. That's not a smart reason to use eval(). There are better ways to approach the problem, as have been shown.

    japhy -- Perl and Regex Hacker