Re: Mysql and Perl

2007-12-21 Thread Jørn Dahl-Stamnes
On Monday 25 September 2006 20:09, George Law wrote: > damn outlook! > > fire up perl's CPAN interface: > > perl -MCPAN -eshell > > > cpan> i /mysql/ > ... > Bundle Bundle::DBD::mysql (C/CA/CAPTTOFU/DBD-mysql-3.0007.tar.gz) > ... > cpan> install Bundle::DBD::mysql Hello again... I'm back

Re: Mysql and Perl

2006-09-26 Thread Jørn Dahl-Stamnes
On Monday 25 September 2006 20:05, you wrote: > there are two pieces -- dbi, and dbd::mysql. you installed the former > but not the latter. > > go to: > >   http://cpan.perl.org > > and search for mysql ... Found it, but it won't install: # perl Makefile.PL I will use the following settings for c

RE: Mysql and Perl

2006-09-25 Thread George Law
damn outlook! fire up perl's CPAN interface: perl -MCPAN -eshell cpan> i /mysql/ ... Bundle Bundle::DBD::mysql (C/CA/CAPTTOFU/DBD-mysql-3.0007.tar.gz) ... cpan> install Bundle::DBD::mysql >>>-Original Message- >>>From: Jørn Dahl-Stamnes [mailto:[EMAIL PROTECTED] >>>Sent: M

RE: Mysql and Perl

2006-09-25 Thread George Law
someone correct me if I am wrong. DBI is the generic database interface module for perl DBD::mysql is the mysql specific module DBI relies upon to talk to mysql. cpan> i /mysql/ >>>-Original Message- >>>From: Jørn Dahl-Stamnes [mailto:[EMAIL PROTECTED] >>>Sent: Monday, September 25,

Re: MySQL and Perl DBI Persistent Connection

2004-01-17 Thread Batara Kesuma
On Fri, 16 Jan 2004 17:54:06 -0500 "Syed Ali" <[EMAIL PROTECTED]> wrote: > I have a Perl CGI script which uses DBI to access MySQL. > I noticed that each query through the Perl CGI script using DBI has a > connect, query and then quit. > I was wondering if there is a way of keeping the connection

Re: MySQL and Perl (STOP)

2001-09-11 Thread Colin Faber
STOP PLEASE. Not again. See mailing list archives. [EMAIL PROTECTED] wrote: > > PHP's mysql_fetch_array() fetches an associative as well as indexed array...or you > can specify which. (I'm a huge fan of perl, btw, and have used it to talk to > mysql when PHP was just a baby language so no f

Re: MySQL and Perl

2001-09-11 Thread djinn
PHP's mysql_fetch_array() fetches an associative as well as indexed array...or you can specify which. (I'm a huge fan of perl, btw, and have used it to talk to mysql when PHP was just a baby language so no flames...just setting the record straight...) Cheers jenn Rich Duzenbury wrote: > > PH

Re: MySQL and Perl

2001-09-11 Thread Rich Duzenbury
> PHP has built in functions >that will dump an entire row into an array (this works with CSV and SQL >databases).well there is my 2 cents worth on PHP+MySQL Um, not to start a language war, perl also can dump a row into an array, as well as into a hash so that one can refer to fields by name,

Re: MySQL and Perl

2001-09-11 Thread adam
In web development PHP is very easy to use and best of all very well documented. I have to aggress with Lezz Giles on using PHP over perl for MySQL backed webpages.. The learning curve on PHP is far easier than perl.. I use both for various reasons..I tend to use perl of CGI apps that php cant do

Re: MySQL and Perl

2001-09-11 Thread Paul DuBois
>PHP, Perl, Python, etc are all good ways to generate web pages, >and they all get on with MySQL perfectly well (OK, I've only used >Perl, but I've heard a lot about PHP and a little about Python). My >personal input re Perl v. PHP is that PHP is great for people starting >CGI stuff if they know

Re: MySQL and Perl

2001-09-11 Thread Lezz Giles
PHP, Perl, Python, etc are all good ways to generate web pages, and they all get on with MySQL perfectly well (OK, I've only used Perl, but I've heard a lot about PHP and a little about Python). My personal input re Perl v. PHP is that PHP is great for people starting CGI stuff if they know HTML

Re: MySQL and Perl

2001-09-11 Thread Curtis Maurand
Quite nicely. Take a look at the Perl DBI functions. Curtis On Tue, 11 Sep 2001, Nilesh Parmar wrote: > Hi > I just wanted to know how well MySQL gels with Perl, when compared to MySQL > and PHP. > any ideas ?? > regards > Nilesh > > >

Re: Mysql and Perl DBI

2001-04-16 Thread Gerald Clark
Use only GCC-2.95.2 Gordon Stewart wrote: > > I am running Redhat 7 and mysql and I have tried to install Msql-Mysql DBI > module But I get errors when I do a make > > I have enclosed a screen dump of the output I get. I seams to be getting > stuck with dbimon. I have installed DBI-1-14.tar.g

RE: Mysql and Perl DBI

2001-04-11 Thread Scott Baker
I highly recommend a source installation for everyone anyway. The RPMs are problematic to say the least. The source install is easy anyway. At 09:21 AM 4/11/2001 -0700, Eric Fegraus wrote: >The redhat 7 mysql version doesn't work correctly...i.e. the mysql.h is >missing. The solution is to re

RE: Mysql and Perl DBI

2001-04-11 Thread Eric Fegraus
The redhat 7 mysql version doesn't work correctly...i.e. the mysql.h is missing. The solution is to re-install with the a tarball from the mysql site.. :( eric -Original Message- From: Gordon Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 5:29 AM To: [EMAIL PROTECT

Re: Mysql and Perl DBI

2001-04-11 Thread Ben Dimmock
Gordon, What kind of errors? A copy/paste of errors would be useful. Cheers Ben - Original Message - From: "Gordon Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 1:29 PM Subject: Mysql and Perl DBI > > > I am running Redhat 7 and mysql and I have