I´m a beginner with perl and I need to find the DBI.pm module for Win32. Does anybody know where I could find it?
<code> use DBI; @driver_names = DBI->available_drivers; @data_sources = DBI->data_sources($driver_name, \%attr); $i=0; foreach (@driver_names){print i++, ' ', $_, "\n";} $i=0; foreach (@data_sources){print i++, ' ', $_, "\n";} </code> <screenshot> Microsoft Windows 2000 [Versão 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. F:\Internet Tutorial\Perl>perl dbi.pl Can't locate DBI.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib .) at d bi.pl line 1. BEGIN failed--compilation aborted at dbi.pl line 1. F:\Internet Tutorial\Perl> </screenshot> Thanks in advance, Josimar Nunes de Oliveira ----- Original Message ----- From: comunic@ To: Undisclosed-Recipient:; Sent: Friday, October 11, 2002 5:26 PM Subject: CEFET-SP / Concurso Público para Docentes ----- Original Message ----- From: "Hanson, Rob" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 4:36 PM Subject: RE: Using Perl to write to an Access 97 database (*.mdb) > I would use withe DBD::ODBC (with DBI), or Win32::OLE (with ADO). > > That assumes that you have worked with either DBI or Microsoft's ADO. > ....You could also use Win32::OLE to directly access the Access API, but I > have no experience with that. > > Rob > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:shawn_milochik@;godivachoc.com] > Sent: Friday, October 11, 2002 3:20 PM > To: [EMAIL PROTECTED] > Subject: Using Perl to write to an Access 97 database (*.mdb) > > > Is there a module for this? I have some comma-separated files I need to > input to an Access 97 format mdb. I do not need to define any tables or > anything -- just pump data into an existing structure. > > Thank you, > Shawn > > > > > > ********************************************************************** > This e-mail and any files transmitted with it may contain > confidential information and is intended solely for use by > the individual to whom it is addressed. If you received > this e-mail in error, please notify the sender, do not > disclose its contents to others and delete it from your > system. > > ********************************************************************** > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]