Perl语法错误 – elseif应该是elsif at

前端之家收集整理的这篇文章主要介绍了Perl语法错误 – elseif应该是elsif at前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我需要在Perl代码中改变什么的想法?

perl -wc产量:

elseif should be elsif at cgitelnet-mod.pl line 410.
Syntax error at cgitelnet-mod.pl line 411,near ")
    {"
Syntax error at cgitelnet-mod.pl line 444,near "else"
Syntax error at cgitelnet-mod.pl line 453,near "}"
Illegal declaration of subroutine main::PrintDownloadLinkPage at cgitelnet-mod.pl line 461.

整个文件可以在这里找到:
http://pastebin.com/7r5pfW5y

任何帮助是极大的赞赏!

解决方法

你错了elsif.不是 – 如果,删除额外的e,你应该没事.

猜你在找的Perl相关文章