6 # search local then perl directories
8 # root of directory tree for this system
10 $root = $ENV{'DXSPIDER_ROOT'} if $ENV{'DXSPIDER_ROOT'};
12 unshift @INC, "$root/perl"; # this IS the right way round!
13 unshift @INC, "$root/local";
25 $o1 = CmdAlias::get_cmd($_);
26 $o2 = CmdAlias::get_hlp($_);
27 print "in: $_ cmd: $o1 hlp: $o2\n";