index of table adjusted
This commit is contained in:
parent
2f1137c606
commit
a9c679cba9
1 changed files with 2 additions and 1 deletions
3
file.pl
3
file.pl
|
@ -64,7 +64,8 @@ if ($found == 0) {
|
|||
}
|
||||
}
|
||||
if ($morethanone =~/1/) {
|
||||
for ($i = 3; $i <= $#$list; $i++) {
|
||||
for ($i = 2; $i <= $#$list; $i++) {
|
||||
#print "$$list[$i]\n";
|
||||
if ($$list[$i] =~ /^.file extension $type$/i) {
|
||||
if ($found == 3) {
|
||||
print "for more see $wikiurl\n";
|
||||
|
|
Loading…
Reference in a new issue