Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3A5D07C6.9673A048@Wanadoo.fr> Date: Thu, 11 Jan 2001 02:09:26 +0100 From: Jerome BENOIT X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Cygnus Subject: cygwin, gdbm and perl Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bonjour: I have just try the following perl script under the latest Cygwin: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #! /usr/bin/perl my %array; unless(eval {dbmopen(%array,'DBMtest',0755)}) { my $err = $@ || 'dbmopen failed'; print ("Error: Perl reported DBM error.\n"); exit 1; } else { #JCL: we do not need to write sth into it, if Perl lacks DBM we # detected it with dbmopen before... dbmclose(%array); print ('yes');} <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< and I got the Error Message: since `gdbm' is installed, I guess that may work. Any idea, Thanks in advance. Jerome BENOIT -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple