Why do you use only Perl when there a lot of more languages
available in market like C, Java?
Answer / 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 |
You want to open and read data files with perl. How would you do that?
What is the use of -w, -t and strict in Perl?
Explain the meaning of closure in perl.
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
Why -w argument is used with perl programs?
Write a program that explains the symbolic table clearly.
How do I debug a perl program?
Explain returning values from subroutines?
What is the use of 'ne' operator?
What is q (single q) operator in perl?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
Explain USE and REQUIREMENT statements?