, $DB_HASH );
my $usr = 0;
my $pw = 0;
my $i = 0;
while( ($usr,$pw) = each %mydb) {
print "${usr} - ${pw}: deleted\n";
delete $mydb{$usr};
++$i;
}
print "$i elements deleted\n";
undef $X;
untie %mydb;
exit 0;
--- end ---
Regards,
--
Hi,
This problem presents minimum for two weeks and but today I have connected
a serial terminal and grabbed ddb output.
# uname -a
FreeBSD anry.sovintel.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Nov 3 18:20:34 MSK
2000 [EMAIL PROTECTED]:/home/obj/home/anry/current/src/sys/ANRY i386
# mo
On Sun, 22 Oct 2000, Daniel Eischen wrote:
> On Sun, 22 Oct 2000, Andrey Rouskol wrote:
> >
> > Some days ago I was trying to compile mysql at -current and found that
> > ./configure freezes at 'checking for restartable system calls'. Here is a
> > code
Hi there !
Some days ago I was tring to compile mysql at -current and found that
./configure freezes at 'checking for restartable system calls'. Here is a
code witch is executed - if you compile it with '-lc_r -lm -lcrypt' it will
freeze.
test.c:
/* Exit 0 (true) if wait returns something oth
I think this is
not normal.
Best regards,
-----------
Andrey Rouskol
Sovintel
PS: May be I should fix my arms first ...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message