Can a CGI program be a Perl script?
Can a CGI program be a Perl script? These CGI programs can be a PERL Script, Shell Script, C or C++ program etc. Before you proceed with CGI Programming, make sure that your Web Server supports CGI and it is configured to handle CGI Programs. When to use get or post in CGI? Information can be passed by simply concatenating key-value pairs along with any URL. NOTE: If you are dealing with passwords or any other sensitive information in order to pass it to the server, then using the GET method is not a good choice. In contrast, the POST...