Answer Posted / rajganesh
Perl is a general purpose, high level, interpreter, dynamic
and open souce programming language. It's a powerful text
processing software and also used in system administration,
web developement, network programming language etc. We can
use it in both linux/unix and Windows environment also.
Hope this should be enough to the reason for programming in
PERL.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How will you open a file in read-only mode in perl?
Why -w argument is used with perl programs?
What is confess function in perl?
What are scalar data and scalar variables?
Explain which feature of PERL provides code reusability?
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
You want to read command-line arguements with perl. How would you do that?
What are the different string manipulation operators in perl?
What is grep used for in perl?
Explain 'grep' function.
Explain returning values from subroutines?
How to replace perl array elements?
Write syntax to add two arrays together in perl?
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
For a situation in programming, how can you determine that Perl is a suitable?