Re: To Objects or Not is the Question

2001-11-10 Thread Brett W. McCoy
On Sat, 10 Nov 2001, Rex Arul wrote: > a) traditional sequential script programming, of course, with a good level > of partitioning logic with various subroutines avoiding global variables to > the least, > b) use judiciously the power of packages/modules (with exporting variables, > subroutines

To Objects or Not is the Question

2001-11-10 Thread Rex Arul
Dear Friends, I was just going through Object Oriented Programming in Perl by Damian Conway in the bookstore yesterday. In the introductory pages, Damian had noted that empirically it is noticed that subroutines invoked in Objects are 20-50% sluggish than normally written Perl subroutines. Of cou