What is the difference between shell script and perl ?
Shell Script | Perl |
---|---|
Shell script is a dependent platform only for Unix OS. | Perl is OS independent. |
Shell script is a scripting language. | Perl is a programming language. |
Scripting language need not be compliled. | Perl compiles the program before executing the script. |
Shell Scripting using one or more built-in scripting languages. |
Perl using only one scripting language. |