Subj : Pascal
To : Mark Lewis
From : Andrew Ball
Date : Sun Feb 13 2005 05:33 pm
Hello Mark,
ML> CGI is nothing more than stdin and stdout... basically
> plain old text mode...
For CGI to work I will also need to be able to read two environment variables
and then I'll need to write a simple handler for the way that certain
characters are encoded in CGI requests.
ML> using external libraries?? do you mean using external
> dlls located in dllhell?
I think DLLs are an MS Windows thing. I meant using platform
-independent libraries such as curses and perhaps a graphics
/GUI toolkit.