relocating library refs within base

This commit is contained in:
Ronaldo Mercado
2010-05-25 11:14:50 +01:00
parent ca3138e617
commit 99605c85fa

View File

@@ -8,8 +8,11 @@
#######################################################################
use strict;
use FindBin qw($Bin);
use lib "$Bin/../../lib/perl";
use Getopt::Std;
use lib "/dls_sw/epics/R3.14.11/base/lib/perl";
use CA;
######### Globals ##########
@@ -83,11 +86,6 @@ if($opt_f) {
printRecordList($opt_f);
exit;
}
#my @data;
#@data = EZCA::Get("S:BM:TMDispAI.VAL", "ezcaDouble",1);
#if( $data[0] ) { die "ca get error on field --" };
#print(" $data[1] ");
#die "end";
# Do the business
# Allow commas between arguments as in vxWorks dbpr