25.03.2011, 03:51
Sorry for the late reply.
I tested it again, but it didn't report that problem. I don't know why your perl is complaining about it, but you can fix it by removing the my in line 63 before the $_ in the "perl/brackets.pm" file
So
to
In the next days I will re-upload it with this little change, also it shouldn't make a problem for the majority.
Is there also no missing bracket in the area of one of the reported lines?
I tested it again, but it didn't report that problem. I don't know why your perl is complaining about it, but you can fix it by removing the my in line 63 before the $_ in the "perl/brackets.pm" file
So
Код:
my $_ = <$in>;
Код:
$_ = <$in>;
Quote:
Code: MISSING BRACKET: The { bracket on line 27420 does not have a pair! MISSING BRACKET: The { bracket on line 76003 does not have a pair! MISSING BRACKET: The { bracket on line 76492 does not have a pair! MISSING BRACKET: The { bracket on line 76743 does not have a pair! Result: Opening angle brackets ({): 16030 Closing angle brackets (}): 16026 4 angle brackets without pair! Fix it! i go to this lines and not missed here nothing |