in reply to Re: Re: Buffer Problem in dbi module ?
in thread Buffer Problem in dbi module ?

Why do you have $query_desc in quotes? You don't need them...

Also, there are a large number of optimizations (both speed and readability) you can make to that code. I would suggest reading Programming Perl and the DBI docs to get some ideas. This looks like it's code written by someone more familiar with Java or C++ than Perl.

------
We are the carpenters and bricklayers of the Information Age.

Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

  • Comment on Re: Re: Re: Buffer Problem in dbi module ?