Answer Posted / uma
YES I AGREE WITH RAJGANESH ANSWER , PERL IS SUCH A
WONDERFUL PROGRAMMING LANGUAGE BECOZ IT IS A POWERFUL TEXT
PROCESSR , EASILY EXTRACT DATA EVEN IF THE TEXT DOC IS VERY
VERY LARGE...TEXT MANIPULATION IS VERY EASY , IT IS A
LANGUAGE , WHICH SYNTAX , SCOPE , READIBILITY IS VERY GOOD.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What value is returned by a lone `return;’ statement?
Explain lists and ivalue?
How to deleting an existing file in perl programming?
What are scalar data and scalar variables?
What are the various file operations in perl. Explain with example.
How do I read command-line arguments with Perl?
What is the closure in PERL?
What is chomp() operator/function?
Why is it hard to call this function: sub y { "because" } ?
Demonstrate subroutines in perl with a simple example.
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 ?
what are the two ways to get private values inside a subroutine or block?
What does the qq{ } operator do?
What are stdin, stdout and stderr?
What is the difference between single (') and double (") quote in a string in perl?