We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed996f commit fd8e368Copy full SHA for fd8e368
pr.pl
@@ -20,6 +20,7 @@
20
print "$now $h Page $page\n";
21
print "\n\n";
22
for($j=$i; $j<@lines && $j<$i +50; $j++){
23
+ $lines[$j] =~ s!//DOC.*!!;
24
print $lines[$j];
25
}
26
for(; $j<$i+50; $j++){
runoff1
@@ -19,7 +19,6 @@ $linenum = 0;
19
foreach (@lines) {
$linenum++;
chomp;
- s!//DOC.*!!;
s/\s+$//;
if(length() >= 75){
print STDERR "$file:$linenum: line too long\n";
0 commit comments