in reply to CGI program
1) CGI can mean many things, but first and foremost it's an API. It specifies how a web server can pass data to arbitrary programs. There can be no programs "written in CGI", but programs can use some CGI functionality.
2) not applicable. (and there is no PERL, just Perl (the language) and perl (the compiler)).
3) See answer in 1). Don't you think that other websites (like Wikipedia) have already answered this question?
4) A program can be both a "perl program" (ie written in Perl) and a "CGI program" (a program using the CGI API).
5) I don't understand that question. Are you referring to modules that help you writing CGI programs? If yes, there's CGI.pm, CGI::Minimal and other that can be found on CPAN.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI program
by manishrathi (Beadle) on Sep 23, 2009 at 15:41 UTC | |
by rgiskard (Hermit) on Sep 23, 2009 at 16:08 UTC | |
by moritz (Cardinal) on Sep 23, 2009 at 18:10 UTC | |
by Boldra (Curate) on Sep 24, 2009 at 07:52 UTC | |
by dsheroh (Monsignor) on Sep 24, 2009 at 10:53 UTC |