in reply to Re: Re: Tie-DBI fails tests under Perl 5.6.1 and Perl 5.8.0
in thread Tie-DBI fails tests under Perl 5.6.1 and Perl 5.8.0

The DBI plugin (which I recommend you avoid like the plague since putting SQL in the middle of your HTML is a bad practice) can optionally use Tie::DBI, but does not require it. Tie::DBI is pretty much the slowest way you can access DBI data. You'll be much better off if you simply write the SQL.
  • Comment on Re: Re: Re: Tie-DBI fails tests under Perl 5.6.1 and Perl 5.8.0