IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20702


Ignore:
Timestamp:
Nov 11, 2008, 4:47:42 PM (17 years ago)
Author:
bills
Message:

don't let Bill program in perl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/magic_process.pl

    r20678 r20702  
    261261    my $in;
    262262    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    }
    265266}
    266267
Note: See TracChangeset for help on using the changeset viewer.