Re: First try ar Perl DBI

2001-03-28 Thread Ron Savage
[Mailed to individual and to list] Paul I have a set of Perl+MySQL tutorials at http://savage.net.au/Perl-tutorials.html In particular, look at # 24 and # 25. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: First try ar Perl DBI

2001-03-27 Thread Curt Russell Crandall
If you have already downloaded DBI.pm... I highly suggest reading the perldoc on it: perldoc DBI If you have not downloaded it try installing it using CPAN: perl -MCPAN -e "install 'DBI'" Also, check out the perldoc on DBD::mysql. This should tell you pretty much EVERYTHING you want to know ab

RE: First try ar Perl DBI

2001-03-27 Thread Sterin, Ilya
You need DBI installed and DBD::Mysql modules both avalable at www.cpan.org then read `perldoc DBI` and `perldoc DBD::Mysql` for info and examples. Ilya Sterin -Original Message- From: Paul Castiglione To: [EMAIL PROTECTED] Sent: 03/27/2001 9:37 AM Subject: First try ar Perl DBI Hello

First try ar Perl DBI

2001-03-27 Thread Paul Castiglione
Hello all I ready to try my first Perl DBI application what file do I need to load to my server? I am using MySQL as the database. Any Help will be usefully Paul A. Castiglione