remove any leading ::ffff: on ipv4 addresses
[spider.git] / perl / create_usdb.pl
index 241258b758e69803ef90b8106c61b360a89ee6ae..8dd130953ac5e73f62195a8a6bdb838250a04ee9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 # create a USDB file from a standard raw file (which is GZIPPED BTW)
 #
@@ -18,9 +18,11 @@ BEGIN {
 
        unshift @INC, "$root/perl";     # this IS the right way round!
        unshift @INC, "$root/local";
+       
 }
 
 use DXVars;
+use SysVar;
 use USDB;
 
 die "no input (usdbraw?) files specified\n" unless @ARGV;