What is the basic difference you find between a shell
script and perl?

Answers were Sorted based on User's Feedback



What is the basic difference you find between a shell script and perl?..

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

What is the basic difference you find between a shell script and perl?..

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

What is the basic difference you find between a shell script and perl?..

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

Post New Answer

More Shell Script Interview Questions

Is shell scripting difficult?

0 Answers  


Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.

2 Answers   IBM, TCS,


whta is the use of "exec" command?

1 Answers  


Write a script to print the first 10 elements of fibonacci series.

0 Answers  


Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.

1 Answers  






What does $@ mean bash?

0 Answers  


What is bash coding?

0 Answers  


what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?

1 Answers  


What is shell environment?

0 Answers  


How do I run a script on mac?

0 Answers  


In a single command how do you run the previous command in the command prompt.

5 Answers  


what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly

4 Answers  


Categories