Help for this page

Select Code to Download


  1. or download this
    print ($good_lines+$bad_lines) . "lines read from $infile\n",
                "$bad_lines comment lines detected in $infile\n",
                "$good_lines lines written to $outfile\n";
    
  2. or download this
    print (...) interpreted as function at unc_rep.pl line 40.
    
  3. or download this
    my$lines=($good_lines+$bad_lines);
    print "$lines lines read from $infile\n",
          "$bad_lines comment lines detected in $infile\n",
          "$good_lines lines written to $outfile\n";