Next Program Repair Shop 296

Avoid Special Cases

     16 while (<INFILE2>) {
     17   chomp;
     18   $ct_scanout = 1 if (/apply\s*\"grp[0-9]_unload\"/);
     19   $chain_test=1  if (/CHAIN_TEST/);
     20
     ...
     52 }                               #end of While statement


Next Copyright © 2002 M. J. Dominus