|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
I need help with writing a perl script that looks through a MySQL database table for a date in the table that is five days from the time that the script runs. Can anyone outline the functions that perl uses to accomplish this task?
|
|
#2
|
|||
|
|||
|
too general, look into Perl DBI
|
|
#3
|
|||
|
|||
|
You should use DBI module for communication with MySql.
Download latest version of DBI module, and MySQL driver from this page: http://cpan.valueclick.com/modules/by-module/DBD/ Then install it on your server. Or probably just upload DBI.pm and Mysql.pm from those zip files. You should upload in this directories: /cgi-bin/DBI.pm /cgi-bin/DBD/Mysql.pm Tutorial for DBI for beginners: http://www.perl.com/pub/1999/10/DBI.html And Tutorial for MySQL: http://www.mysql.com/Manual_chapter...l_Tutorial.html If something doesn't work right search trough previous posts on this forum, most questions are already answered... [This message has been edited by Pepe (edited October 13, 2000).] |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Perl and MySQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|