Saturday, May 18, 2019

Shell, Perl, PHP and Python Scripting


Click the link below to download the ISO file containing the video tutorial for each scripting language.


A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text.


Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages. "Perl" usually refers to Perl 5, but it may also refer to its redesigned "sister language", Perl 6.


PHP is a server side scripting language. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. PHP scripts can only be interpreted on a server that has PHP installed. The client computers accessing the PHP scripts require a web browser only.


Python is an interpreted language, and it is also highly useful for writing short, ad hoc scripts.

0 comments:

Post a Comment