in reply to Re: Help ! New in perl and cgi
in thread Help ! New in perl and cgi
Then it run but all of the comeent1 and comment2 are n/a . Do you know why ? Thanks for readingif ($comment1 =~ " ") { $comment1 = "n/a"; } if ($comment2 =~ " ") { $comment2 = "n/a"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Help ! New in perl and cgi
by abstracts (Hermit) on May 22, 2002 at 06:00 UTC |