Why do you use only Perl when there a lot of more languages
available in market like C, Java?
Answer Posted / raghavendra pai
compare to other c and java perl is having strong regluar
expression concept so data extraction will be easier and
complition will be faster too
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
You want to download the contents of a url with perl. How would you do that?
Explain perl.
How many types of primary data structures in Perl and what do they mean?
What are the various flags/arguments that can be used while executing a perl program?
What are the various perl data types based on the context?
How does polymorphism work in perl? Give an example.
Is there any way to add two arrays together?
Explain chop?
How to renaming a file in perl programming?
How and what are closures implemented in perl?
Explain the different types of data perl can handle.
What is the use of "stderr()"?
Explain the difference between "my" and "local" variable scope declarations. ?
What is the use of -w, -t and strict in Perl?
How to start perl in interactive mode?