If I wanted to have a multiple if statement how would I do that.
For example I would like to say
IF this and that and they are true
Do this
Would it look like this?
if ($url_array[$index] eq "False"|| $url_array[$index] eq "false"||
$url_array[$index] eq "FALSE"||) {
Do this

This does not seem to be working.
Thanks in advance
Lance


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to