in reply to Re: Using eval to create a hash
in thread Using eval to create a hash

the eval statement is evaluated at run time; the other statement is evaluated at compile time.

I don't think that's accurate for the eval BLOCK form... perhaps you're thinking of evaling a string? Also it depends on what you mean by "evaluated" (compiled vs. executed).