Changeset 20702 for trunk/ippScripts/scripts/magic_process.pl
- Timestamp:
- Nov 11, 2008, 4:47:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_process.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_process.pl
r20678 r20702 261 261 my $in; 262 262 open $in, "<$filename" or die "failed to open list file: $filename"; 263 my $contents = <$in>; 264 print $out $contents; 263 foreach my $line (<$in>) { 264 print $out $line; 265 } 265 266 } 266 267
Note:
See TracChangeset
for help on using the changeset viewer.
