Hi, I have another simple question: In my script i have a variable $host that is a string... I'm trying to do a conditional like this: if ($host == 'access_1') { $host1 = 'ACESSO 1' ;} elsif ($host == 'access_2') { $host1 = 'ACESSO 2' ;} The problem is that $host1 aways get the first valur (ACCESSO 1) even if its value is access_2... I may be doing some mistake in the if line.... Thanks, Wagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: aanother simple question Wagner
- Re: aanother simple question Dwalu Z. Khasu
- Re: aanother simple question Stephan Tinnemeyer
- RE: aanother simple question Moon, John