Revision 5301a5d3
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
locale/de/locales.pl | ||
---|---|---|
543 | 543 |
|
544 | 544 |
open(IN, $_[0]) || die $_[0]; |
545 | 545 |
|
546 |
my $copying = 0; |
|
546 |
my $copying = 0;
|
|
547 | 547 |
my $issubmit = 0; |
548 |
my $text = ""; |
|
548 |
my $text = "";
|
|
549 | 549 |
while (my $line = <IN>) { |
550 | 550 |
chomp($line); |
551 | 551 |
|
Auch abrufbar als: Unified diff
Kosmetik.