What is the basic difference you find between a shell
script and perl?
Answers were Sorted based on User's Feedback
Answer / deepak kumar pandey
Shell script is platform(OS) only for Unix
flavour,dependent whereas perl is OS independent
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / sushil
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 ? | 12 Yes | 5 No |
Answer / 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 |
How does path variable work?
In a single command how do you run the previous command in the command prompt.
What is awk in shell scripting?
Why are there shells on the beach?
How to check if a directory exists?
write a shell script to check the failed jobs?
What is egrep?
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
What is k shell?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"
How do I run a shell script in powershell?
What are the various stages of a linux process it passes through?