in reply to Loading a different Module depending on the Configuration

Well, if you were using DBI you could use DBD::CSV for the plaintext part. That way, changing the code to use a full database requires one change in the DBI->connect statement as it's already SQL.

-Ducky

  • Comment on Re: Loading a different Module depending on the Configuration