Why do you program in Perl?

Answers were Sorted based on User's Feedback



Why do you program in Perl?..

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

Why do you program in Perl?..

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

Why do you program in Perl?..

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

Why do you program in Perl?..

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

Post New Answer

More CGI Perl Interview Questions

What are some common methods to all handles in perl?

0 Answers  


What are the arguments and what do they mean in perl programming?

0 Answers  


What is the difference between for & foreach, exec & system?

9 Answers   Photon, Wipro,


What are the reasons that cookie server can’t handle multiple connections?

0 Answers  


Explain the arguments for perl interpreter.

0 Answers  






what is perl language?

0 Answers  


What are the functions that can be performed using cgi program?

0 Answers  


Explain the difference between declarations of 'my' and 'local' variable scope in perl?

0 Answers  


How to determine strings length in perl?

0 Answers  


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

2 Answers  


What?s your favorite module and why?

3 Answers  


Which guidelines by Perl modules must be followed?

0 Answers  


Categories