You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ri...@hyperreal.org on 1998/07/17 21:26:10 UTC

cvs commit: modperl-site embperl.html

richter     98/07/17 12:26:10

  Modified:    .        embperl.html
  Log:
  Update to embperl web page, more is comming soon...
  
  Revision  Changes    Path
  1.2       +11 -4     modperl-site/embperl.html
  
  Index: embperl.html
  ===================================================================
  RCS file: /export/home/cvs/modperl-site/embperl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- embperl.html	1998/03/23 04:03:07	1.1
  +++ embperl.html	1998/07/17 19:26:09	1.2
  @@ -6,7 +6,7 @@
   <meta http-equiv="Content-Type"
   content="text/html; charset=iso-8859-1">
   <title>Embperl - Embeding Perl Code in HTML</title>
  -<!-- Changed by: Doug MacEachern, 22-May-1997 -->
  +<!-- Changed by: Gerald Richter, 17-June-1998 -->
   </head>
   
   <body bgcolor="#FFFFFF">
  @@ -70,10 +70,11 @@
   access your favorite database. If you run Embperl under mod_perl
   you can use Apache::DBI to archive persistent database connection
   i.e. the database will be kept open between multiple
  -requests/queries, which could save a lot of time. Further more a
  -special database module for Embperl is under development, which
  +requests/queries, which could save a lot of time. Further more 
  +I have created special database module for Embperl, which
   makes it even easier to access any database, for which a DBD
  -driver is available. </p>
  +driver is available. (<a href="ftp://ftp.dev.ecos.de/pub/perl/dbi">
  +DBIx::Recordset</a>) </p>
   
   <h4>Security </h4>
   
  @@ -182,6 +183,12 @@
           <td>Apache::DBI</td>
           <td><a
           href="http://www.perl.com/CPAN/modules/by-module/Apache/">http://www.perl.com/CPAN/modules/by-module/Apache</a></td>
  +    </tr>
  +    <tr>
  +	<td>DBIx::Recordset</td>
  +	<td><a href="ftp://ftp.dev.ecos.de/pub/perl/dbi">
  +		ftp://ftp.dev.ecos.de/pub/perl/dbi
  +	</a></td>
       </tr>
   </table>