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
What are the various file operations in perl. Explain with example.
Does Perl have reference type?
How many data types are there in perl?
Explain chomp?
Is there any way to add two arrays together?
How to get help for perl?
What are the various flags/arguments that can be used while executing a perl program?
Explain what is STDIN, STDOUT and STDERR?
What are the functions that can be performed using cgi program?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
Explain string comparison operators in perl.
What are prefix dereferencer?
What are the logical operators used for small scale operations? Explain them briefly.
How to dereference a reference?
Does Perl have objects? If yes, then does it force you to use objects? If no, then why?