* Jochen Stenzel <[EMAIL PROTECTED]> [2004-03-02 12:19]:
> the base technique is to build a "use constant" statement at
> runtime and evaluate it via eval().

No, if you are using constant.pm, the technique is to

require constant;
constant->import(FOO => 'bar');

eval(EXPR) is usually a red flag.

-- 
Regards,
Aristotle
 
"If you can't laugh at yourself, you don't take life seriously enough."

Reply via email to