comparison flexbar.pl @ 33:3b010ddcea2a draft

Uploaded
author jtilman
date Sun, 24 Jun 2018 12:25:51 -0400
parents c554e6d251fd
children
comparison
equal deleted inserted replaced
32:c554e6d251fd 33:3b010ddcea2a
8 8
9 my ($outFile, $id, $folder, $format) = @ARGV[($#ARGV - 3) .. $#ARGV]; 9 my ($outFile, $id, $folder, $format) = @ARGV[($#ARGV - 3) .. $#ARGV];
10 10
11 my $call = join " ", @ARGV[0..($#ARGV - 4)]; 11 my $call = join " ", @ARGV[0..($#ARGV - 4)];
12 12
13 system $call .' --target FlexbarTargetFile > '. $outFile and exit 1; 13 system $call .' --target FlexbarTargetFile --output-log '. $outFile and exit 1;
14 14
15 15
16 foreach(<FlexbarTargetFile*>){ 16 foreach(<FlexbarTargetFile*>){
17 17
18 my $fileType; 18 my $fileType;