From: "R. Joseph Newton" <[EMAIL PROTECTED]> > Joe Echavarria wrote: > > Hi there, > > > > Is there a way to work with perl as a Java, > > with and > > application server > > Perl works fine as a server side programming language. It is very > well suited to the middle [business logic] tier of a three-tier > system. The CGI module makes it very easy to receive data or requests > from Web clients, and the DBI module provides facilities for > connecting with the database server. Your Perl programs can then > focus on what needs to be done between requestor and database.
I think Joe means something like mod_perl. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
