>>>>> "Franco" == Franco Bagnoli <[EMAIL PROTECTED]> writes:

Franco> On Wed, 27 Aug 2003, Dave Cash wrote:
>> Have you looked at the Data::Dumper plugin (Dumper) for TT2?  

Franco> BTW, it would be nice to have a way of importing Dumper
Franco> structure in tt2,

It's too bad that Template::Plugin::YAML works only to export data,
and not import.  And that Template;:Plugin::XML::Simple only imports,
but does not export. :)

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 :).

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

Reply via email to