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