X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FPrefix.pm;h=b9e235cdd5ad7c6e01c7633139963dfff90505de;hb=e5b0e3dee551a224de284a5ba550098256fcb268;hp=d4ed48b33dbcf0fa7e8fd8e6daf9339c53cae900;hpb=bdfc958f3d0fa912d20a020ac1a6cd2c79a22729;p=spider.git diff --git a/perl/Prefix.pm b/perl/Prefix.pm index d4ed48b3..b9e235cd 100644 --- a/perl/Prefix.pm +++ b/perl/Prefix.pm @@ -16,9 +16,9 @@ use Data::Dumper; use strict; use vars qw($db %prefix_loc %pre); -local $db; # the DB_File handle -local %prefix_loc; # the meat of the info -local %pre; # the prefix list +$db; # the DB_File handle +%prefix_loc; # the meat of the info +%pre; # the prefix list sub load {