This document provides an overview and comparison of the scripting languages PHP, Python, and Perl. It defines scripting languages and outlines their typical uses and characteristics. PHP is described as a server-side scripting language commonly used for web development. Python is presented as a versatile language used for scientific computing, 3D animation, and web apps. Perl is characterized as good for text processing, system administration, and web programming. The document compares the languages in terms of their object oriented capabilities, runtime speeds, modularity, code length, and security features. Examples of code are provided for each language.