\_ SMTP quoth David P. Schwartz on 4/10/2001 12:18 as having spake thusly: \_ \_ > \_ 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