Yitzchak wrote: > On Mon, Apr 26, 2004 at 10:40:02PM +0200, "Gerrit P. Haase" wrote: >> Hallo Yitzchak, >> >> Am Sonntag, 25. April 2004 um 21:16 schriebst du: >> >> > It seems to be creating files that cygwin cannot thereafter open. >> >> > $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo", >> > O_RDWR()|O_CREAT(), 0666 or die "error: $!"' >> > Name "main::h" used only once: possible typo at -e line 1. >> > error: No such file or directory at -e line 1. >> >> The same here. [...]
>> I have still an older snapshot version of cygwin running here: >> $ uname -r >> 1.5.8s(0.110/4/2) > And you get the ENOENT error? When issuing the perl command, yes. BTW, this happens also with cygwin-1.5.5 in the same way: $ uname -r 1.5.5(0.94/3/2) [EMAIL PROTECTED] ~ $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo",O_RDWR()|O_CREAT(), 0666 or die "error: $!"' Name "main::h" used only once: possible typo at -e line 1. error: No such file or directory at -e line 1. $ ls *bugaboo* __db.bugaboo Gerrit -- =^..^= http://nyckelpiga.de/donate.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/