From 51badb95cedf15ef3958dad9b7f0918ded2ec476 Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 30 Oct 2002 07:35:47 +0000 Subject: [PATCH] delimiters are gone git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@563 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/scripts/dbm2txt.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/blootbot/scripts/dbm2txt.pl b/blootbot/scripts/dbm2txt.pl index 796a6ec..259e6ce 100755 --- a/blootbot/scripts/dbm2txt.pl +++ b/blootbot/scripts/dbm2txt.pl @@ -18,7 +18,6 @@ if (0) { dbmopen(%db, $dbfile, 0644) or die "error: cannot open db. $dbfile\n"; my ($key, $val); while (($key, $val) = each %db) { - next if /=>/; # skip the key if it contains the delimiter. chomp $val; print "$key => $val\n"; } -- 2.39.5