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 |
is there any command to find user password?
What does $@ mean bash?
What is a file basename?
What is in a script?
How do you schedule a command to run at 4:00 every morning?
When you login to a c shell, which script would be run first?
Is shell scripting useful?
What is the first line in every perl script called?
why did you apply to shell
What are the three main forms of enabling debugging in a shell script?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
What is shell application?