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
Explain grooving and shortening of arrays and splicing of arrays?
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
Why is it hard to call this function: sub y { "because" } ?
What are scalars?
Explain USE and REQUIREMENT statements?
What does -> symbol indicates in Perl?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
How can arrays be tied?
Write syntax to add two arrays together in perl?
How can you replace the characters from a string and save the number of replacements?
What is the difference between die and exit in perl?
Which functions in perl allows you to include a module file. State their differences.
Explain string comparison operators in perl.
What is boolean context?
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?