in reply to Re: What CPAN modules are "good reads"?
in thread What CPAN modules are "good reads"?

DBI is great, but it's source can be hard to follow at times unless you are willing to dive into the XS code, and DBI::PurePerl is not a complete DBI implementation and so somewhat hard to follow too.

However, that said, if you can manage to get your head around DBI you will certainly learn a lot.

-stvn
  • Comment on Re^2: What CPAN modules are "good reads"?