What's an efficient way of declaring constants (as in variables which I
set the value of once, and then don't change them again and only read from
them) in Apache::ASP?
I've been just putting e.g.:
%messages = {
new => 'Series created.',
addalias => 'Alias created.',
delalias => 'Alias deleted.',
rename => 'Series rename done.'
};
right in the ASP file that uses it. Is this the good way of doing it (what
if some other file needs the same constants too? right now I
<!--#include--> it and I have DynamicIncludes set to 1), or should I do it
some other way?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]