Tommi wrote: > So far I have known that I might be given a number of chars that I need > (or can) read from the input. But I don't know what "splitting up" and > "un-escaping" means ; could you give some practical examples of these?
Sure, I will tell you exactly what you need to do. What language are you writing in? Can you read Perl code? >> 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. > > And could you give examples of these CGI args (related to POST method ; > this is all what is needed, right?) Yes, that is all that you need. > I would better think these in as early stage as possible... Don't worry about it too much ... it is very easy to do. I can't send you the CGI stuff right now, but will do so later. 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
