Help for this page

Select Code to Download


  1. or download this
      my @lines = `findgsc ...`;
  2. or download this
      @lines = `findgsc ...`;
  3. or download this
      @lines = `finedgsc ...`;
      $prevLines = scalar @lines;
      @lines = `findgsc ...`;
      if ( scalar @lines > $prevLines ) {
          # we got more this time
      }