there is a popular forum program: http://www.ikonboard.com/

also there is a phpmyadmin like program:
http://www.gossamer-threads.com/scripts/mysqlman/index.htm

also, you can search http://www.hotscripts.com/

anyway, if you can get the results, just send a http header first, then send
the results

print "Content-type: text/html; charset=ISO-8859-1\n\n";
print $my_result;

or via CGI:

use CGI qw(:standard);
print header();
print $my_result;


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 26, 2002 6:55 PM
To: [EMAIL PROTECTED]
Subject: Perl DBI and Perl CGI




I have a new application that I am developing with perl DBI. Are there
any samples of perl cgi  scripts that displays perldbi results on a web
browser?

thanks


The information in this e-mail, and any attachment therein, is
confidential and for use by the addressee only. If you are not the
intended recipient, please return the e-mail to the sender and delete it
from your computer. Although The Bank of New York attempts to sweep
e-mail and attachments for viruses, it does not guarantee that either
are virus-free and accepts no liability for any damage sustained as a
result of viruses.


Reply via email to