- or download this
print ($foo & 255) + 1, "\n";
- or download this
1 + 1, "\n"; # Obviously not what you meant.
- or download this
print(($foo & 255) + 1, "\n");
- or download this
print (1-1/2000)**$i;
- or download this
(print (1-1/2000))**$i;
- or download this
print ((1-1/2000)**$i);