The
Virtual Server system is robust in its support of programming
languages and compilers. The following compilers are supported:
- gcc (g++)
- C (cc)
- as (an assembler)
- Java
In addition to the above
compilers, the Virtual Server system has the capability
to run interpreted languages including:
- Perl
- Tcl
- Python
- UNIX shell programs
While it is beyond the
scope of this chapter to teach you how to program in
a specific language, it can address some common errors
that are encountered when using these utilities. This
chapter discusses Perl in the most detail, because it
is the language most chosen for web development. However,
the theoretical discussion of Perl equally applies to
scripts written in other languages.
This chapter contains
information about the following:
|