Hlektra
Programmer
- Mar 20, 2008
- 1
Hello
I am studying an open source program written in TCL, using CGI. My knowledge in TCL is limited, so if anyone could help me understand the following code i'd be very grateful.
I know what "source" does. What I don't know is where this file is. I have searched my entire system (Suse) for the file ".config" but it wont come up. It is not inside the program's folders or inside any of my system's forders.
If i try to rename the file into let's say ".confi" and run the program again, an error occurs that says "The specified file does not exist". But it doesn't frecking say where it does not exist!
If you need more details please ask me.
Thanks in advance.
I am studying an open source program written in TCL, using CGI. My knowledge in TCL is limited, so if anyone could help me understand the following code i'd be very grateful.
Code:
source .config
I know what "source" does. What I don't know is where this file is. I have searched my entire system (Suse) for the file ".config" but it wont come up. It is not inside the program's folders or inside any of my system's forders.
If i try to rename the file into let's say ".confi" and run the program again, an error occurs that says "The specified file does not exist". But it doesn't frecking say where it does not exist!
If you need more details please ask me.
Thanks in advance.