From: "Neal Gamradt" <[EMAIL PROTECTED]> > Hello Terrance, > Hi!
> I thank you for the feedback. I was actually going to use DBIx::Abstract > (http://search.cpan.org/author/TURNERA/DBIx-Abstract-1.005/Abstract.pm) I > was wondering of you or anyone knows of any specific reason to use > DBIx::Recordset or DBIx::AnyDBD instead. As you know DBIx::Recordset is Gerald's other brainchild (EMBPerl being his first). As such, the two work very well together. You can chain form data from Embperl in Recordset in a snap. You can create forms which turn into the database queries in a snap. I recently made some DBIx::Recorset "living documentation" : http://search.cpan.org/author/TBONE/DBIx-Recordset-Playground-1.0/Playground .pm so that you can have working samples of Recordset code to play with. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
