I have installed active state perl 5.6 and have been using it with Perl Builder 2 to develop web applications. I am now moving the next state of my development where I will be relpacing a flat file data base with a realtional data base, mySQL.
I have successfully installed mySQL on my windows system and now need to figure out how to get the DBI interface for perl and the DBD for mySQL. I went to cpan and when I clicked to get the DBI all I got was a documentation listing, no opportunity to download the DBI itself.
Also I am not sure where to find the DBD for mySQL or how to install it.
Finally, some of the installation instructions imply that you use perl from a command line to do some of the installation. I haven't done this before since all the work I have done is in PerlBuilder 2 (IDE for Perl).
I tried to run c:\Perl\bin\perl5.6.1.exe from the run command and it brings up a command window that says it is running perl5.6.1. It lets me type stuff in but nothing ever happens. How to I run perl from a commad line under windows xp.
It seems that this should be pretty easy but I must be missing something obvious.
Thanks for any help
Andy Cruce
I have successfully installed mySQL on my windows system and now need to figure out how to get the DBI interface for perl and the DBD for mySQL. I went to cpan and when I clicked to get the DBI all I got was a documentation listing, no opportunity to download the DBI itself.
Also I am not sure where to find the DBD for mySQL or how to install it.
Finally, some of the installation instructions imply that you use perl from a command line to do some of the installation. I haven't done this before since all the work I have done is in PerlBuilder 2 (IDE for Perl).
I tried to run c:\Perl\bin\perl5.6.1.exe from the run command and it brings up a command window that says it is running perl5.6.1. It lets me type stuff in but nothing ever happens. How to I run perl from a commad line under windows xp.
It seems that this should be pretty easy but I must be missing something obvious.
Thanks for any help
Andy Cruce