RSS Feed
Knowledge Base : Programming > CGI and Perl
     
Well, you have a problem there.... What you should do first is checking if you uploaded the CGI file in ASCII FORMAT and not in BINARY format. If that doesn't work, check if all the PERMISSIONS (CHMOD) are set right. If that doesn't work, check the SER...
WHAT IS CHMOD? _CHMOD is changing the attributes of a file_. (UNIX systems only.). You should do that when you have uploaded the file, or create a new directory. Most FTP clients (like WS_FTP and BulletProofFTP) have the feature, only they call it C...
What is Perl? Perl is an interpreted high-level programming language [1]developed by Larry Wall. Perl has become the premier scripting language of the Web, as most CGI programs [2]are written in Perl. However, Perl is widely used as a rapid prototyping la...
What is CGI SCRIPTS _CGI_ stands for "Common Gateway Interface", and it comes in the form of scripts that can be used on your site to add interactivity, and keep your visitors from getting bored. We all know, as net marketers, that one of the most...
What is CGI::Carp The CGI::Carp modules may come in very handy when you are a beginner with Perl, since it outputs error messages to the browser instead of to the server error log. Anyway, to stop using the CGI::CARP MODULE, open all the .cgi files...

Copyright © 2000 - 2013 Megrisoft Limited