Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: ooperl

by Crulx (Monk)
on Mar 04, 2000 at 06:27 UTC ( [id://4854]=note: print w/replies, xml ) Need Help??


in reply to ooperl

I agree with btrott. (Me too! *grin*) Perl handles object oriented programming very well. I have done several successful projects using OO perl. In fact, perl handles every major OO feature that you could possibly need.
OO and mod_perl work fine. Follow the basic rules for function building that you normally would use in mod perl and you will be fine.
The only real thing "OO" thing that perl doesn't do is information hiding. Perl like information to be there (in the form of hash keys usually), so any information hiding that you do "need" to do will be through the documentation. As long as you have programmed something in an encapsulated manner and document it correctly, if someone uses your class in a manner not specified by documentation, they will suffer the consiquences (version issues, strange behavior). Other than that, perl is wonderful and very free object oriented language.
Try out some oo programming in perl... you will find it to your liking.
---
Crulx
crulx@iaxs.net

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://4854]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-19 20:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found