What is the basic difference you find between a shell
script and perl?
Answer Posted / manhar chavan
shell script is scripting language where as perl is
programming lang.
Scripting lang need not be compliled .. perl compiles the
program before executing the script.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Is shell a scripting language?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
Which scripting language is best for automation?
What is shell terminal?
Can we run shell script in windows?
What is the first line in a shell script?
What is the use of break command?
What is a shell? · Types of shell · what is shell scripting?
What is console line?
What can you do with powershell?
Write the syntax for "if" conditionals in linux?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
What are the different types of variables used in shell script?
c program to display the information of given file similar to givan by the unix or linux command ls -l
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again