At 09:50 AM 2/20/2006 -0500, D D Allen wrote:
>And then try to explain these lines -- why the first produces the output 
>10 and the second produces the output 30 -- which is not a Perl bug.
>
>print (5*2)*3;
>print "\n";
>print 5*(2*3);
>print "\n";

Yep I've gotten burned several times with that caveat.  I now have a name
for it, "parenthesis appropriation".







--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede malis"

00000100

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to