AOI CMS AOI CMS AOI CMS

Main
Home
News




Languages
Language Packs
  English
  Espanol
  Français


Documentation Project
English

MS Visio Flowcharts
Visio Project
Visio Web Page with SVG
Visio PDF


Notes & Examples
Perl-CGI
MySQL DB Notes
 


Browse Current Version
Top Directory


CMS Basics

This CMS Basics guide is not an HTML tutorial. For the primary releases of AOI :CMS: everybody must master HTML.

LEGEND
Commands are typed exactly as shown and are always shown in italic.

The following subjects, ordered by technical difficulty, will be covered in this CMS Basics guide:

  • Determining the PATH to PERL
  • PERL Environment Variables
  • PERL DBI Drivers
  • Server Software Guide

Determining the PATH to PERL

All scripts on a Linux or Unix, later referred to as *nix, server must have the path to the program which actually compiles and executes the code in the script. This path declaration is always on the first line of the script. The path declaration is always prefixed with the shebang.

A shebang is the following two ASCII characters:  #!
a pound sign followed by an exclamation point.

A proper path declaration is:  #!/usr/bin/perl

The easiest way to determine the path to perl on a *nix server is to telnet or ssh into the server and type the following command:

which perl

SourceForge.net Logo
Website & Application Hosting Provided by Source Forge.

Help Wanted

  • Language Translators for Website & CGI Packages
  • Concurrent Version System Administrator/Submitter

Inqueries E-mail: deimnos at users.sourceforge.net

Sourceforge Project Summary

Tracker Tracker

 - Bugs ( 0 open / 0 total )
Bug Tracking System

 - Support Requests ( 0 open / 0 total )
Tech Support Tracking System

 - Patches ( 0 open / 0 total )
Patch Tracking System

 - Feature Requests ( 0 open / 0 total )
Feature Request Tracking System


Forums Forums ( 2 messages in 2 forums )
Docs Doc Manager
Mail Lists Mailing Lists ( 0 mailing lists )
Tasks Task Manager
There are no public subprojects available
CVS CVS Tree ( 0 commits, 0 adds ) known bug
FTP Released Files


AOI Content Management System