RE: Boolean operators...

2001-09-28 Thread JONES, WILLIAM C
See below - > -- > From: Wagner > Sent: Friday, September 28, 2001 7:40 AM > To: [EMAIL PROTECTED] > Subject: Boolean operators... > > Hi, > > I'm trying to do a comparisson with boolean operators and it is not > working... > > Example: > $user1 > $user2 > $passw

RE: Boolean operators...

2001-09-28 Thread Bob Showalter
> -Original Message- > From: Wagner [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 28, 2001 7:41 AM > To: [EMAIL PROTECTED] > Subject: Boolean operators... > > > Hi, > > I'm trying to do a comparisson with boolean operators and it is not > working... > > Example: > $user1 > $user

Re: Boolean operators...

2001-09-28 Thread Rajeev Rumale
Well franck , I could not get you logic in the first attempt. Genrally password are associatied with users so the comparions shoud be if ( $user1 eq "myself" && $password1 eq "pass1") { print " " } incase you need to if there "either" of user1 or user 2 then it should be if ( $user1 eq "