Answer Posted / mastan
because perl is high level language and it is portable and it is free and it is human oriented sysntax.
because of these we program inperl
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to determine strings length in perl?
What does `$result = f() .. g()' really return?
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
Can inheritance be used in perl? Explain with the help of an example.
Explain grooving and shortening of arrays and splicing of arrays?
There are two types of eval statements i.e. Eval expr and eval block. Explain them.
What is the importance of perl warnings? How do you turn them on?
What does redo statement do in perl?
What does the’$_’ symbol mean?
Which of these is a difference between Perl and C++ ?
What is perl? What is the basic command to print a string in perl?
You want to connect to sql server through perl. How would you do that?
Why do we use "use strict" in perl?