in reply to alpha numeric comparision
Pradif($temp_var1 == $temp_var2 and $temp_var2 == $temp_var3) {printf LOG"1";} if($temp_var2 != $temp_var1 and $temp_var3 == $temp_var2) {printf LOG"2";} if($temp_var2 eq $null and $temp_var3 eq $null) + {printf LOG"3";} if($temp_var3 == $temp_var1 and $temp_var2 eq $null) {printf LOG"4";} if($temp_var1 != $temp_var2 and $temp_var3 eq $null) {printf LOG"6";} if($temp_var2 != $temp_var1 and $temp_var3 != $temp_var1) {printf LOG"5";} if($temp_var1 == $temp_var2 and $temp_var3 != $temp_var1) {printf LOG"5";} if($temp_var2 == $temp_var1 and $temp_var3 eq $null) {printf LOG"5";}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: alpha numeric comparision
by nobull (Friar) on Jan 28, 2005 at 13:02 UTC | |
by prad_intel (Monk) on Jan 28, 2005 at 13:28 UTC | |
by Jasper (Chaplain) on Jan 28, 2005 at 17:14 UTC | |
by nobull (Friar) on Jan 28, 2005 at 17:38 UTC |