X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXDb.pm;fp=perl%2FDXDb.pm;h=50148ee2a6d47c0c55a4a87d32707d13a7ba3ca5;hb=6e210063f1ef4e5c36ad04ba029b59711cc1eb04;hp=0f30e5b05b423d31d698c0700b4c21353525e39f;hpb=60a8e88a0c2c38a0456c3a530cb1e6b32cf703ba;p=spider.git diff --git a/perl/DXDb.pm b/perl/DXDb.pm index 0f30e5b0..50148ee2 100644 --- a/perl/DXDb.pm +++ b/perl/DXDb.pm @@ -76,7 +76,7 @@ sub load { my $s = readfilestr($dbbase, "dbs", "pl"); if ($s) { - my $a = { eval $s } ; + my $a = eval $s; confess $@ if $@; %avail = %{$a} if $a }