Hi have three variables I parse the string and find out different values and store it in variables as below: Example
Could you please tell me how to do that. Is it possible? thanks --girija$tmp = "37"; $tmp1 = "<="; $tmp2 = "4"; #Now I want to use all these variables in if condition. # I am trying to do following and I am getting an error if($tmp $tmp1 $tmp2) { # do some thing } else { # do some thing }
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |