elseif
elseif
The "else if" keyword is spelled elsif
in Perl. There's no elif
or else if
either. It does parse elseif
, but only to warn you about not using it.
See the documentation for flow-control keywords in Compound Statements in perlsyn.
© 1993–2016 Larry Wall and others
Licensed under the GNU General Public License version 1 or later, or the Artistic License.
The Perl logo is a trademark of the Perl Foundation.
https://perldoc.perl.org/5.20.2/functions/elseif.html