Tommi wrote: > I have started to make the cgi-program according the last week's plans. > The input already works (command-line) but I still need to work with > output. When I think it's usable I'll post instructions how you can > download it and try it (tomorrow or Wednesday I hope).
Sounds very good. Be advised, on the input side you are going to have to decode your parameters. If I recall correctly, that means that you are going to read all of stdin and then call a routine to split up the parameters and un-escape them. Just keep that in mind when you are working on the input side. Have a clean split between your parameter handling and your calculations. And on the parameter handling side, a clean spit between command line args vs. CGI args. Miguel ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
