in reply to Mixing Mysql and Perl

The DBI modules isolate you to a large extent from the differences between databases. DBI::Class, as well as some other modules, furthers that isolation.

HTML::Template or Template::Toolkit or similar modules separate the presentation structure from the logic.

--
TTTATCGGTCGTTATATAGATGTTTGCA

Replies are listed 'Best First'.
Re: Re: Mixing Mysql and Perl
by rkg (Hermit) on Jan 11, 2004 at 18:24 UTC
    s/DBI::Class/Class::DBI/, yes?