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
Comment on data types and variables in perl.
Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.
Distinguish my and local?
How to read from a pipeline with Perl
Explain the internal working of cgi
You want to open and read data files with perl. How would you do that?
How does a “grep” function perform?
What is the use of strict?
How to open a directory in perl?
What does 'do' statement do in perl?
What is perl dbi?
List the operator used in Perl?
How will you access an element of a perl array?
Comment on array slicing and range operator
Differentiate between use and require, my and local, for and foreach and exec and system