On 2008 May 7, at 7:21, Carl Mäsak wrote:
Ben (>):
I've just received an error message saying:
elseif should be elsif at blah.pl line 103.
What happened to do-what-I-mean?
I'm not sure laxity among keywords would really be a feature.
Correctly spelled, it's "elsif" in Perl, so why allow mi
Ben (>):
> I've just received an error message saying:
>
> elseif should be elsif at blah.pl line 103.
>
>
>
> What happened to do-what-I-mean?
>
>
>
> Perl is usually pretty forgiving. In this case, it knows that I should
> have typed elsif, so why does it care that I typed elseif? Why not
# New Ticket Created by "AVELING BEN"
# Please include the string: [perl #53808]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53808 >
Hi,
I've just received an error message saying:
elseif should be elsif at blah.pl