Help for this page

Select Code to Download


  1. or download this
    $rc = 1;
    while (defined($nextfile = <$dirName/*cm*.4gl>))
    ...
        }
      }
    }
    
  2. or download this
    for my $nextfile (glob File::Spec->catfile($dirName, '*cm*.4gl')) {
      $rc = system("grep $field $nextfile 1> /dev/null");
    ...
        last;
      }
    }