>From a quick check, it appears just the semi-colon is missing. Perl doesn't require that for the last statement in a block, so it should work identically.
Mark. On Fri, 7 Jun 2002, Scott Lutz wrote: > 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') { > > should it not?? > > > > Scott Lutz > Pacific Online Support > Phone: 604.638.6010 > Fax: 604.638.6020 > Toll Free: 1.877.503.9870 > http://www.paconline.net > >