RE: Installing new Modules problem.

2001-06-11 Thread Michael Risser
You would actually be better off using ActiveState's Perl Package Manager (PPM). If you are not familiar with it or CPAN, it is a command line tool that simplifies the task of installing modules. To invoke ppm on the command line, simply issue the command 'ppm'. At the ppm prompt, if you know t

CPAN

2001-06-08 Thread Michael Risser
After reading someone's comment about problems with CPAN, I noticed I was suddenly having the same problem. Here is the solution: If you are trying to grab modules from ftp.cpan.org the path has apparently changed from what CPAN thinks it is. You need to go to $PERLROOT/lib/perl5/$VERSION/CPAN an

RE: GUI Packages

2001-06-08 Thread Michael Risser
Then your best bet would be either wxPerl, available form http://www.wxwindows.org or Perl/Tk Michael D. Risser Java Developer Machine Vision Products, Inc. 760-438-1138 ext 107 -- Due to the current economi

Re: email on win32

2001-06-07 Thread Michael Risser
. -Original Message- From: Michael Risser Sent: Thursday, June 07, 2001 8:48 AM To: 'Patrick Tinley' Subject: RE: email on win32 I had been thinking about installing Mail::Mailer on my system, and ater reading your post I went ahead and tried it. If you do 'search Mail'

RE: Mysql interface with perl on win 2k, Someone please help !

2001-06-05 Thread Michael Risser
The best resource I have found is the O'Reilly book "Programming the Perl DBI". > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 02, 1997 10:18 AM > To: [EMAIL PROTECTED] > Subject: Mysql interface with perl on win 2k, Someone please help

RE: DBI

2001-06-01 Thread Michael Risser
like you. > -Original Message- > From: Johnathan Thibodeau [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 4:46 PM > To: Michael Risser > Cc: '[EMAIL PROTECTED]' > Subject: Re: DBI > > > Once you've connected to your database with co

DBI

2001-05-31 Thread Michael Risser
I'm trying to write a Perl script which will connect to a MySQL database and create certain tables if they do not already exist. Is there a way to send a query such as "SHOW TABLES" and read the result into a variable for parsing? Michael D. Risser Mac