Why do you program in Perl?
Answers were Sorted based on User's Feedback
Answer / selvaraju
It is having the features of scripting(shell) as well as
programming(like c). Using perl u can easily do the system
administration works where comparitively difficult with
shell script.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / 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 |
Answer / uma
YES I AGREE WITH RAJGANESH ANSWER , PERL IS SUCH A
WONDERFUL PROGRAMMING LANGUAGE BECOZ IT IS A POWERFUL TEXT
PROCESSR , EASILY EXTRACT DATA EVEN IF THE TEXT DOC IS VERY
VERY LARGE...TEXT MANIPULATION IS VERY EASY , IT IS A
LANGUAGE , WHICH SYNTAX , SCOPE , READIBILITY IS VERY GOOD.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mastan
because perl is high level language and it is portable and it is free and it is human oriented sysntax.
because of these we program inperl
| Is This Answer Correct ? | 1 Yes | 1 No |
sort a word "system" in perl/shell without using built in functions output should be emssty
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?
How do I do fill_in_the_blank for each file in a directory?
What is the easiest way to download the contents of a URL with Perl?
How do you you check the return code of a command in perl?
How to count no of occurrence of a unique patterns in perl?
what r the different type of function in perl ???
What does Perl do if you try to exploit the execve(2) race involving setuid scripts?
Explain about the applications of perl?
Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
How to deleting an existing file in perl programming?