Franklin                                                           
                           
                    <[EMAIL PROTECTED]        An:     [EMAIL PROTECTED]                
                               
                    il.com>              Kopie:                                        
                           
                                         Thema:  use perl to inquire database and send 
email automatically        
                    22.09.2004                                                         
                           
                    10:36                                                              
                           
                    Bitte                                                              
                           
                    antworten an                                                       
                           
                    Franklin                                                           
                           
                                                                                       
                           
                                                                                       
                           







Hello:

I have a database which refresh every minutes according to the
information on Internet and I provide users to predefine some
condition. When these conditions are matched, my sytem will send them
email to inform them. How can I use perl to realize these
functionalities?

Thank you very much in advance.

Bestwishes
Franklin

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>



Hello Franklin ,

I use  DBI and the DBD::DB2 for my database ( DB2 ) to do the db-related
part and Mail::Sender for sending email in my scripts ! For your database
you would need the specific DBD or just DBD::ODBC !

HTH!

 Best regards

Manfred Beilfuss






-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to