sort the include paths out
[spider.git] / perl / gen_usdb_data.pl
index 71101bec228df8acc42a1082f514022404bf9009..edd74dab2ea0cebcb8aae788bcee022d16fcb291 100755 (executable)
@@ -36,6 +36,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";
 }