Hi all,
I am trying to test three variables in an 'if' statement eg:
if ($a eq "abc and $b eq "efg" and $c eq "hi")
{
do some code .....
}how do i do this in perl ???? Thanks in advance Anadi _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
