- 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";
- or download this
print (...) interpreted as function at unc_rep.pl line 40.
- 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";