J
JP
perl -e '1+1+1'
The answer is 3.
but
perl -e 'print (1+1)+1'
thje answer in this case is 2.
Any explination why I get geting a different value in the second case??
Thanks,
JP
The answer is 3.
but
perl -e 'print (1+1)+1'
thje answer in this case is 2.
Any explination why I get geting a different value in the second case??
Thanks,
JP