what is perl language?



what is perl language?..

Answer / Manish Rawat

Perl is a high-level, general-purpose programming language that was first released in 1994. It's known for its practical approach to programming and the use of its extensive standard libraries to tackle a wide range of tasks. Perl is particularly popular for web development, text processing, system administration, and data analysis.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

How to concatenate strings in perl?

1 Answers  


What does the qx{ } operator do?

1 Answers  


What is the difference between exec and system?

1 Answers  


How do I print the entire contents of an array with Perl?

1 Answers  


What is a perl references?

1 Answers  


How can the user execute a long command repeatedly without typing it again and again?

1 Answers  


In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?

1 Answers  


How to count no of occurrence of a unique patterns in perl?

4 Answers   Ness Technologies,


If you want to empty an array then how would you do that?

1 Answers  


You want to add two arrays together. How would you do that?

1 Answers  


What happens in dereferencing?

1 Answers  


How to convert strings into an array in perl?

1 Answers  


Categories