sh/dx and sh/dxcc now fully implemented
[spider.git] / perl / Prefix.pm
index d4ed48b33dbcf0fa7e8fd8e6daf9339c53cae900..b9e235cdd5ad7c6e01c7633139963dfff90505de 100644 (file)
@@ -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
 {