Perl

Moderators: Jonathan
Number of threads: 1236
Number of posts: 3605

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
the technology of CGI Posted by benges on 7 Jan 2004 at 11:23 PM
hi everyone, as i'm a new beginner to CGI, i have some doubt about CGI, can some help to clarify question below? thanks a lot

1.) what is the technology of CGI?

2.) and which area its mostly involved in?
Report
Re: the technology of CGI Posted by Jonathan on 8 Jan 2004 at 4:07 AM
: hi everyone, as i'm a new beginner to CGI, i have some doubt about
: CGI, can some help to clarify question below? thanks a lot
:
: 1.) what is the technology of CGI?
:
CGI stands for Common Gateway Interface. It provides a standard for enabling a web server (like Apache, IIS) to call an external program (which may be written in any number of languages - Perl, C, even VB...) to handle a request. The specification states that certain things will be in environment variables, POSTed data will be on stdin and anything sent to stdout will be send to the browser. CGIs are expected to print valid HTTP headers. That's the basics of it - it's a pretty simple idea.

: 2.) and which area its mostly involved in?
Web development/web programming.

Jonathan

###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.