1) Any good Perl/other tool to create screens/web pages? 2) any recommended database interfaces? I've use ODBC and would like to make it general enough to handle a wide variety of conventional databases - SQL Server, Access, Oracle, MySQL. 3) Any Perl code template systems out there?
--As for the rest, it is mine.
I see you developing a close friendship with http://search.cpan.org/ in your near future...
1) Sure. Check out HTML::Template, HTML::Stream, and generally the rest of the the HTML::* modules.
2) You want the DBI module, and its assorted submodules...
3) I think you are looking for HTML::Template here, but otherwise there is Text::Template, ZM::Template, Apache::Template...
Check out http://search.cpan.org/ for more details on all of the above modules. ;-)
Daniel T. Staal
--------------------------------------------------------------- This email copyright the author. Unless otherwise noted, you are expressly allowed to retransmit, quote, or otherwise use the contents for non-commercial purposes. This copyright will expire 5 years after the author's death, or in 30 years, whichever is longer, unless such a period is in excess of local copyright law. ---------------------------------------------------------------
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>