Does Perl have objects? If yes, then does it force you to use objects? If no, then why?



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

Post New Answer

More CGI Perl Interview Questions

What is caller function in perl?

1 Answers  


How can we create perl programs in unix, windows nt, macintosh and os/2 ?

1 Answers  


You want to add two arrays together. How would you do that?

1 Answers  


What are the arguments and what do they mean in perl programming?

1 Answers  


Difference between the variables in which chomp function work ?

1 Answers  


Which has the highest precedence, List or Terms? Explain?

1 Answers  


Write a cgi program to show the header part?

1 Answers  


What are the logical operators used for small scale operations?

1 Answers  


What do you mean by context of a subroutine?

1 Answers  


what are the steps involved in reading a cgi script on the server?

1 Answers  


What are the different string manipulation operators in perl?

1 Answers  


What is “grep” function in perl?

1 Answers  


Categories