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 |
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
Write a program that explains the symbolic table clearly.
Mention the difference between die and exit in Perl?
You want to download the contents of a url with perl. How would you do that?
How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
There are some duplicate entries in an array and you want to remove them. How would you do that?
Explain the internal working of cgi
How to read a file into a hash array?
What does the qq{ } operator do?
Write an expression or perl script to identify the entered ip address is valid or not?
How are parameters passed to subroutines in perl?