I want to include a file in a script. With "do 'FILE'" and "eval 'cat FILE'" the file is evaluated, but the code in the included file is not handled as code of the script. Furthermore I can't see the symbols ("my"/"our") in the included file.
I'm searching for a way to include files as in C with #include.
Thank you in forward, jds00.