sort the include paths out
[spider.git] / perl / create_usdb.pl
index 575babc7b42ad50585a560d9c9b6bad2f850e9d7..f7242cf75f1b07e497a4f1f6db67077457966e61 100755 (executable)
@@ -16,6 +16,7 @@ BEGIN {
        $root = "/spider"; 
        $root = $ENV{'DXSPIDER_ROOT'} if $ENV{'DXSPIDER_ROOT'};
 
+       unshift @INC, "$root/perl";     # this IS the right way round!
        unshift @INC, "$root/local";
 }