InterviewSolution
| 1. |
What Do I Absolutely Need To Know In Cgi? |
|
Answer» If you're already a programmer,CGI is extremely straightforward, and just three resources should get you up to speed in the time it takes to READ them:
If you're NOT already a programmer, you'll have to learn. If you would find it hard to write, say, a 'grep' or 'cat' utility to run from the commandline, then you will probably have a hard time with CGI. Make sure your programs work from the commandline BEFORE trying them with CGI, so that at least one possible source of errors has been dealt with. If you're already a programmer,CGI is extremely straightforward, and just three resources should get you up to speed in the time it takes to read them: If you're NOT already a programmer, you'll have to learn. If you would find it hard to write, say, a 'grep' or 'cat' utility to run from the commandline, then you will probably have a hard time with CGI. Make sure your programs work from the commandline BEFORE trying them with CGI, so that at least one possible source of errors has been dealt with. |
|