What scripting languages are available in the student web environment?
Available Scripting Languages
Language | File Extension | How To Use |
|---|---|---|
PHP 8.0 | .php | Any content in a file ending in .php will be interpreted by PHP. |
Perl 5.32 | .cgi | Begin the file with "#!/usr/bin/perl". All content below that line will be interpreted by Perl. |
Python 3.9 | .cgi | Begin the file with "#!/usr/bin/python". All content below that line will be interpreted by Python. |
Ruby 3.0 | .cgi | Begin the file with "#!/usr/bin/ruby". All content below that line will be interpreted by Ruby. |