$a=100; $b=200; ($a=3 && $b=6 ) if ( 1 == 1 ); print " $a $b \n";
Output : 6 6 OR my syntax is wrong ? regards, Jay -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>