What are the various advantages and disadvantages of perl?



What are the various advantages and disadvantages of perl?..

Answer / Bharat Kumar Rajak

Advantages:
1. Fast - Perl is a compiled language that executes very quickly.
2. Easy to Learn - Perl's syntax is simple and easy to learn, making it a good choice for beginners.
3. Powerful built-in libraries - Perl comes with a rich set of built-in libraries for tasks such as text processing, networking, and CGI.nnDisadvantages:
1. Slower than compiled languages like C and C++ in CPU-intensive applications.
2. Less memory efficient compared to other scripting languages.
3. Lack of strong type checking can lead to errors.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

Why does Perl not have overloaded functions?

1 Answers  


Explain the use of 'my' keyword in perl?

1 Answers  


What is perl I used for?

1 Answers  


You want to download the contents of a url with perl. How would you do that?

1 Answers  


Explain goto label?

1 Answers  


What does read () command do?

1 Answers  


What does cgi program store?

1 Answers  


How to deleting an existing file in perl programming?

1 Answers  


what r the future opportunities in PERL/LINUX after 3 years ??

3 Answers  


what is Polymorphism in Perl?

1 Answers  


Explain the functioning of conditional structures in perl.

1 Answers  


What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?

1 Answers  


Categories