Changeset 15480
- Timestamp:
- Nov 6, 2007, 2:38:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_chip.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_chip.pl
r15479 r15480 44 44 run( command => $command, verbose => 1 ); 45 45 die "Unable to get phase 2 imfile list: $error_code\n" if not $success; 46 my@whole = split /\n/, join( '', @$stdout_buf );46 @whole = split /\n/, join( '', @$stdout_buf ); 47 47 } 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
