On Wed, 27 Aug 2003, Randal L. Schwartz wrote:

> However, the right classes built with Class::DBI and DBD::SQLite would
> give trivial persistence to your TT data structures, and no need for
> Data::Dumper data to be restored (which is probably the most obtuse
> way to store things, anyway :).

Well, I'm not building (in this case) html pages or similia. The package 
I'm developing elaborates informations and eventually print them on a 
template (when they're available). The cycle is

- define a database of questions
- extract a set of questions and buold a test
- print it
- let students elaborate their answers
- input student's answers, and elaborate scores
- print the results

and I found natural to store informations about a single test as files.

I think that the DBI::AnyData interface would be the best solution, but 
the last time I tried it did not worked. 

-- 
Franco Bagnoli (franchino) <[EMAIL PROTECTED]> ([EMAIL PROTECTED])
virtual location: Dipartimento di Energetica "S. Stecco"
real location: Dip. Matematica Applicata "G. Sansone", Universita' Firenze,
Via S. Marta, 3 I-50139 Firenze, Italy. Tel. +39 0554796422, fax: +39 055471787
GPG Key fingerprint = 169D 9EA5 8FD3 7EDA E43A  9830 255F BCEC 0D63 3728


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to