> \_ Another aspect is whether to have separate scripts for handling > \_ GETs and POSTs for the same screen. > > What? Please show me the debate thread on this. Someone thinks its > better to have some scripts run when called as GETs and others when > POSTed? I'd love to know how they convince a webserver to fork the > request based on method. I've branched logic in the code based on > request_method, but never have separated two instances of requests to > separate scripts. > Maybe I misstated something. Perhaps there isn't much of a "debate". I've got a few Perl books and they all routinely separate GET and POST processing for the same form into different CGI files. I don't know anything about server forking; the script writers just specify different files in the