in reply to CGI.pm, combining two strings
#no space print $query->textfield('foo').$query->textfield('bar'); #space print $query->textfield('foo').' '.$query->textfield('bar');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI.pm, combining two strings
by ok (Beadle) on May 07, 2001 at 22:59 UTC |