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
Where do we require ‘chomp’ and what does it mean?
What is use of ‘->’ symbol?
What is the purpose of goto expr statement?
You want to download the contents of a url with perl. How would you do that?
How many types of primary data structures in Perl and what do they mean?
There are two types of eval statements i.e. Eval expr and eval block. Explain them.
If you want to empty an array then how would you do that?
Explain regular expression in perl?
What does redo statement do in perl?
Explain lists in perl?
Explain split function in perl?
How to implement a stack in Perl?
Why should I use the -w argument with my Perl programs?
Write a script to reverse a string without using perl's built in functions?
Explain different types of perl operators.