I am using google appening, it\'s CGI environment. I want block some request, I want response nothingeven no http status code. Alternative, I want just close the connection. Can I do this?
Update: In开发者_运维技巧 a fit of desperation, I did the following in a shell: REDIRECT_STATUS=true
I\'ve used Perl a bit for small applications and test code, but I\'m 开发者_运维技巧new to networking and CGI.
I have a bit of Perl CGI code which I\'m trying to run in the project web space of a SourceForge account.The code is able to set a browser cookie just fine when talking to IE, but the cookie is not se
I can successfully show image in my CGI scripts via CGI.pm, using this code: #!/usr/bin/perl -w use CGI::Carp qw(fatalsToBrowser);
I have a few perl CGIs which almost query the whole table with more than 5000 rows as result and send that data to browsers. The size of html data generated is around 1MB.
C file: #include <stdio.h> #include <stdlib.h> int main(int argc, char* argv[]) { FILE *ptr; char m[200];
I have this internal website within a company and it\'s Perl CGI based. I would like开发者_JAVA技巧 to install some kind of system to track users and other web statistics.
I have a function, that gets a large XML file, then parses it, and then uses the details, to get some more xml files, that are again parsed ( A webshop).
I have a bash script that is being used in a CGI. The CGI sets the $QUERY_STRING environment variable by reading everything after the ? in the URL.For开发者_如何学运维 example, http://example.com?a=12