Changeset 13118
- Timestamp:
- May 1, 2007, 3:19:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r13117 r13118 31 31 use File::Spec; 32 32 33 use constant POIS_OPTIONS => '-v -B 1000'; 34 33 35 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); 34 36 use Pod::Usage qw( pod2usage ); … … 139 141 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 140 142 unless ($no_op) { 141 my $command = "$pois -v$template $input $outputName"; # Command to run pois143 my $command = "$pois " . POIS_OPTIONS() . " $template $input $outputName"; # Command to run pois 142 144 143 145 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
