in reply to Re: If 6 Was 9
in thread If 6 Was 9

> = is an assignment operator, and has higher precedence than comma , .

probably a better demonstration:

>perl use strict; use warnings; my $J='Just', my $A='Another', my $P='Perl', my $H='Hacker'; print "$J $A $P $H"; __END__ Just Another Perl Hacker

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice