Hello again, I was wondering if there's any special syntax that you need to use to create 'or' and 'and' if statements, like this 'and' statement in C:
I can't seem to get if statements like these to work in perl. Any help would be appriciated.
Thanks!
-Meatsim
Code:
if ((a==6) && (b==6)) { printf("All you can think of is six."); }
I can't seem to get if statements like these to work in perl. Any help would be appriciated.
Thanks!
-Meatsim