X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_usdb.pl;h=8dd130953ac5e73f62195a8a6bdb838250a04ee9;hb=431c8a14cdecd0ec455b6619380687dbe84e2a35;hp=5dcd40df1b22f9ee59faa756420111af8f12e81e;hpb=4b49fe47b37249d748f0a52fe2a778d4bc27232f;p=spider.git diff --git a/perl/create_usdb.pl b/perl/create_usdb.pl index 5dcd40df..8dd13095 100755 --- a/perl/create_usdb.pl +++ b/perl/create_usdb.pl @@ -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;