Leser: 1
10 Einträge, 1 Seite |
Quote---------- Perl ----------
Missing right curly or square bracket at mmc.pl line 3799, at end of line
syntax error at mmc.pl line 3799, at EOF
Execution of mmc.pl aborted due to compilation errors.
Output completed (1 sec consumed) - Normal Termination
QuoteC:\>perl -e "open F, 'check.txt'; $c=0; $s=0; for (<F>) {$c += $_ =~ tr/}/}/; $s
+= $_ =~ tr/{/{/; } close F; print 'starts: '.$s.', closes: '.$c;"
starts: 350, closes: 349
C:\>
10 Einträge, 1 Seite |