Re: [Chicago.pm]: Perl MySQL OO design question

2001-09-10 Thread Andy Lester
> I have a perl->DBI->MySQL database app. that handles everything from my > order entry to my accounts payable. I am in the process of cleaning up > a lot of the code I've written to make it easier to maintain. I > probably use the following DBI staement handle about fifty different > places on

Re: Perl MySQL OO design question

2001-09-10 Thread Adams, Bill TQO
Richard Reina wrote: > I have a perl->DBI->MySQL database app. that handles everything from my > order entry to my accounts payable. I am in the process of cleaning up > a lot of the code I've written to make it easier to maintain. I > probably use the following DBI staement handle about fifty

Perl MySQL OO design question

2001-09-10 Thread Richard Reina
I have a perl->DBI->MySQL database app. that handles everything from my order entry to my accounts payable. I am in the process of cleaning up a lot of the code I've written to make it easier to maintain. I probably use the following DBI staement handle about fifty different places on differ