It's arguable that this is a reason why people dislike perl soooo much.
There's a lot to be said for consistency and predictability (as with any
language - dang Enlish with it's "exceptions")

Charles Daminato
TUCOWS Product Manager
[EMAIL PROTECTED]

On Fri, 7 Jun 2002, John Capo wrote:

> Just one of the reasons I like perl soooo much. Semicolons are
> optional after the last statement in a compound statement or after
> the only statement in a compound statement.
>
> Quoting Scott Lutz ([EMAIL PROTECTED]):
> > there seems to be a typo on line 1838/1840 :
> >
> > $HTML{domains}="<textarea name=domains cols=20 rows=5></textarea>
> > "
> >     } elsif ($in{reg_type} eq 'transfer') {
> >
> > should be :
> >
> > $HTML{domains}="<textarea name=domains cols=20 rows=5></textarea>
> > ";
> >     } elsif ($in{reg_type} eq 'transfer') {
> >
>

Reply via email to