Answer Posted / rajganesh
Perl is a general purpose, high level, interpreter, dynamic
and open souce programming language. It's a powerful text
processing software and also used in system administration,
web developement, network programming language etc. We can
use it in both linux/unix and Windows environment also.
Hope this should be enough to the reason for programming in
PERL.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can we load binary extension dynamically?
Write a program that shows the distinction between child and parent process?
You want to open and read data files with perl. How would you do that?
What are the different types of perl operators?
How to turn on Perl warnings? Why is that important?
How to read file into hash array ?
Explain regular expression in perl?
What is v-strings?
What does last statement do in perl?
How can the user execute a long command repeatedly without typing it again and again?
Create a function that is only available inside the scope where it is defined ?
What is chomp() operator/function?
What does the qq{ } operator do?
Explain goto expr?
Explain goto label?