Does Perl have objects? If yes, then does it force you to use objects? If no, then why?
Answer / Chanda Kumari
Yes, Perl has objects and classes. However, it does not force you to use them. You can write purely procedural code if you prefer.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is caller function in perl?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
You want to add two arrays together. How would you do that?
What are the arguments and what do they mean in perl programming?
Difference between the variables in which chomp function work ?
Which has the highest precedence, List or Terms? Explain?
Write a cgi program to show the header part?
What are the logical operators used for small scale operations?
What do you mean by context of a subroutine?
what are the steps involved in reading a cgi script on the server?
What are the different string manipulation operators in perl?
What is “grep” function in perl?