Any ideas of what I need to change in this Perl code?
perl -wc yields:
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.
Whole file can be found here: http://pastebin.com/7r5pfW5y
Any help is greatly appreciated!
You misspelled elsif
. It is not else
-if
, remove the extra e
and you should be fine.
You need to remove the second e in elseif....Unlike many languages Perl spells it as elsif
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With