Syntax error using bitwise

2005-11-15 Thread Sastry
Hi I have a script that gives error Syntax error at /u/isldev3/exp/oper.pl line 7, near ) print Execution of /u/isldev3/exp/oper.pl aborted due to compilation errors. $x =3D 3; $y =3D 4; $z =3D 3; if (($x $y $z) 20) print \n Lies below the range; a) Is it supposed to give error? b)If

Re: Syntax error using bitwise

2005-11-15 Thread Beau E. Cox
Hi Sastry - At 2005-11-15, 00:25:37 you wrote: Hi I have a script that gives error Syntax error at /u/isldev3/exp/oper.pl line 7, near ) print Execution of /u/isldev3/exp/oper.pl aborted due to compilation errors. $x =3D 3; $y =3D 4; $z =3D 3; if (($x $y $z) 20) print \n Lies below

Re: Syntax error using bitwise

2005-11-15 Thread Owen Cook
On Tue, 15 Nov 2005, Sastry wrote: I have a script that gives error Syntax error at /u/isldev3/exp/oper.pl line 7, near ) print Execution of /u/isldev3/exp/oper.pl aborted due to compilation errors. $x =3D 3; $y =3D 4; $z =3D 3; if (($x $y $z) 20) print \n Lies below the

Re: Syntax error using bitwise

2005-11-15 Thread John W. Krahn
Sastry wrote: Hi Hello, I have a script that gives error Syntax error at /u/isldev3/exp/oper.pl line 7, near ) print Execution of /u/isldev3/exp/oper.pl aborted due to compilation errors. $x =3D 3; $y =3D 4; $z =3D 3; if (($x $y $z) 20) print \n Lies below the range;