What scripting languages are available in the student web environment?

Available Scripting Languages

Language

File Extension

How To Use

Language

File Extension

How To Use

PHP 5.4

.php

Any content in a file ending in .php will be interpreted by PHP.

Perl 5.16

.cgi

Begin the file with "#!/usr/bin/perl". All content below that line will be interpreted by Perl.

Python 2.7.5

.cgi

Begin the file with "#!/usr/bin/python". All content below that line will be interpreted by Python.

Ruby 2.0

.cgi

Begin the file with "#!/usr/bin/ruby". All content below that line will be interpreted by Ruby.