I am searching for efficient ways of communication across two Perl scripts. I have two scripts; Script 1 generates some data. I want my
I\'m trying to pass the value of a cookie to a bash script: RewriteCond %{HTTP_COOKIE} mycookie=(.*) [NC]
I\'m trying to set up lighttpd to run binary CGI app (not PHP script or smth, but a binary file, compiled from C++ source). I actually have开发者_如何学Python
i would like to write a server side python script that generate .pdf documents. for the moment i have Python 2.7 installed server side
AFAIK: A http POST request is sent to开发者_如何学编程 apache, then piped through stdin and into a CGI program.
I am using CGI.pm version 3.10 for file upload using Perl. I have a Perl script which uploads the file and one of my application k开发者_JAVA百科eeps track of different revisions of the uploaded docum
I have configured my Apache installation to run Ruby CGI scripts. I am now trying to run a simple Ruby CGI script that requires a gem.
I\'m trying simple example - #include <stdio.h> int main(void) { printf(\"Content-type: text/html\\n\\n\");
Hello everybody i hope everybody is doin well, Actually i have a table in which i fetch the data from sqlite database,i have done the paging and filtering for the grid using perl,now i need to do the
I have a DBIC schema, where all the classes use a common base class, and definition class. The base class loads common components, and overrides the update method in order to record changesets in an a