Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Which Perl 5 Object System to Use?

by broquaint (Abbot)
on May 16, 2003 at 23:45 UTC ( [id://258797]=note: print w/replies, xml ) Need Help??


in reply to Which Perl 5 Object System to Use?

So, which one to choose?
This really depends on the object/class system that you want to build. A simple blessed hash will do in a lot of cases where you simply want an object plain and simple, whereas if you want a more adaptable complex system then some of the Class:: and Object:: modules will be worth checking out. Personally I rely on a simple perl data structure until I need to do anything of significant complexity, then I start to use external modules and patterns. YMMV :)
HTH

_________
broquaint

Log In?
Username:
Password:

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

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

    No recent polls found