on Sat, 11 May 2002 01:55:06 GMT, Jake wrote:
> foreach $person(@people){
> if($person=="otherPer"){
> $seeList .= $newGuy;
> }else{
> $seeList .= $person.",";
> }
> }
'==' is used for *numerical* comparisons. If you want to compare string
Hello All,
Here is the situation, I have a bit of html that looks like this (i kinda hope
you're viewing this with html turned off :-/ )
Christy
Jane
Judy
Kelly
Michelle
Myer
Nephele
Phillip
Scott
Other
when the user clicks the otherPer checkbox, they can then type a name into the
otherNa