Re: Perl with MySQL

2004-09-13 Thread Egor Egorov
Just go to http://dbi.perl.org/ You will need to download DBI and DBD::Mysql. Then you could install it manually, even no need to run the CPAN shell. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/

Re: Perl with MySQL

2004-09-10 Thread gerald_clark
This is the 3rd time you have asked this. Perhaps you should take it to a perl list where it belongs. Kirti S. Bajwa wrote: Hello: I am trying to install Perl support with MySQL. After installing MySQL (v4.0.20)I run the following commands: % echo $PATH % perl -MCPAN -e shell No

RE: Perl with MySQL

2004-09-09 Thread Kirti S. Bajwa
Hello: I am trying to install Perl support with MySQL. After installing MySQL (v4.0.20)I run the following commands: % echo $PATH % perl -MCPAN -e shell Note: Answer “no” to auto-configure perl. cpan> install Data::Dumper (Upto this point. Following commands are n

RE: Perl with MySQL

2004-09-08 Thread Kirti S. Bajwa
Hello: I am trying to install Perl support with MySQL. After installing MySQL (v4.0.20)I run the following commands: % echo $PATH % perl -MCPAN -e shell Note: Answer “no” to auto-configure perl. cpan> install Data::Dumper (Upto this point. Following commands are n

Re: Perl with Mysql

2002-10-03 Thread Amer Neely
> HI all > I'm trying to do the following > >--- > # want to select (just preparing) every thing from the table PERSON > where i don't know the deptID y