Changeset 10142
- Timestamp:
- Nov 22, 2006, 9:39:30 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend.pl
r10141 r10142 186 186 run( command => $command, verbose => 1 ); 187 187 die "Unable to get residual processing list: $error_code\n" if not $success; 188 my $list = parse_md_list( $mdcParser->parse( join( '', @$stdout_buf ) ) ) or189 die "Unable to parse output from dettool.\n";190 188 191 189 my @whole = split /\n/, join( '', @$stdout_buf );
Note:
See TracChangeset
for help on using the changeset viewer.
