| The Basics | Back Up & Restore | FTP | Perl & CGI | FAQ | ||
|
Perl is a "Practical Extraction and Report Language." It has powerful text-manipulation functions. Perl electronically combines features and purposes of many command languages. CGI (Common Gateway Interface) is a process used by the server to pass information between the user and an application on the server. With CGI access, you can install Perl scripts on your website for such things as feedback forms, guestbooks, counters, and so on. Two types of programmers use Perl. System administrators like it for the way it glues together system commands to manipulate data and processes, and for its pattern-matching functions aids in system searches and reporting. People developing electronic forms for Unix Web servers find Perl easier to learn and use than C, and for their purposes Perl offers more built-in or publicly available functions such as easy data validation and simple databases. If you are new to Perl, we suggest taking the tutorial at Perl.com. However, if you are familiar with Perl our paths are listed below: absolute path = /home/sites/www.yourdomain.com/web path to Perl = /usr/bin/perl path to Python = /usr/bin/python path to sendmail = /usr/sbin/sendmail path to the date program = /bin/date
|
||