[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Perl Question



On Tue, 2004-03-02 at 09:43, michael d. ivey wrote:

> 
> That covers both questions, unless the first one was "I want to write a
> program that outputs perl code, and include that in my other program" in
> which case you want a combination of eval, backticks, and require.  Or a
> temp file.  But I don't think that's what you meant, anyway.

Correct.  I have many variables that are needed for the same scripts. 
If one variable like email address is changed in the config file then I
want all scripts to use that new value.

Thanks,
Chris