in reply to Re^3: How a web server sending data to a CGI perl script ?
in thread How a web server sending data to a CGI perl script ?
I read the RFC recommended,I know what I should prepare (and I already knew) for my script, but the question is how to send it to the script.
Do I send them via a pipe ? or command line with -??? switches, or what ? As far as web servers I've explored, I notice the only thing that need to tell the server is where the interpreter is (, and associate the application/type with file name extension). So what's the magic between ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How a web server sending data to a CGI perl script ?
by Corion (Patriarch) on Jan 21, 2016 at 09:51 UTC | |
by exilepanda (Friar) on Jan 21, 2016 at 10:06 UTC | |
by Corion (Patriarch) on Jan 21, 2016 at 10:10 UTC | |
|
Re^5: How a web server sending data to a CGI perl script ?
by Anonymous Monk on Jan 21, 2016 at 10:18 UTC | |
by exilepanda (Friar) on Jan 22, 2016 at 03:47 UTC | |
by Anonymous Monk on Jan 22, 2016 at 07:38 UTC | |
by exilepanda (Friar) on Jan 22, 2016 at 08:02 UTC |