in reply to Re: Beginner OOP style question
in thread Beginner OOP style question

"...the amount of free software out there which requires a MySQL server, yet doesn't really need one"

Have you seen DBD::SQLite yet?

Also, instead of simply 'copying Backend.pm-DBM over Backend.pm', why not instead subclass? Maybe something like Backend::SQL and Backend::DBD.

Good luck!

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)
  • Comment on (jeffa) 3Re: Beginner OOP style question