Fixed bad } closure; added emacs setting.
This commit is contained in:
parent
b294b91450
commit
8d2c951936
1 changed files with 9 additions and 3 deletions
|
|
@ -71,8 +71,14 @@ if ($LENGTH == 3) {
|
||||||
foreach my $let2 ('a' .. 'z', '0' .. '9') {
|
foreach my $let2 ('a' .. 'z', '0' .. '9') {
|
||||||
CheckDomain("", $let1, $let2);
|
CheckDomain("", $let1, $let2);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
print STDERR "domain length of $LENGTH is unsupported\n";
|
|
||||||
exit 1;
|
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
print STDERR "domain length of $LENGTH is unsupported\n";
|
||||||
|
exit 1;
|
||||||
}
|
}
|
||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# Local variables:
|
||||||
|
# compile-command: "perl -c find-short-domain.plx"
|
||||||
|
# End:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue