object-oriented perl
From: nus (cheem_ng_at_yahoo.com.sg)
Date: 12/24/03
- Next message: Daniel Berger: "Re: monitor windows processes"
- Previous message: Jim Gibson: "Re: counting matched lines in extremely large files."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 23 Dec 2003 23:04:44 -0800
Hi,
I'm wondering if object-oriented perl is a must-use if say you're
going to code a pretty large program. I've used perl for almost a year
but have written large plain perl code. I try to organise my code by
putting related subs in different modules and have the main script
call those subs. In that way, I'm able to reuse some of the modules.
However, it's non-OO.
I find OO perl a little confusing. Are there any no compelling reasons
to use it?
- Next message: Daniel Berger: "Re: monitor windows processes"
- Previous message: Jim Gibson: "Re: counting matched lines in extremely large files."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|