Re: ton's solutions
[email protected] ((Ton Hospel))
| Newsgroups | perl.golf |
|---|---|
| Organization | lunix confusion services |
| Message-ID | <[email protected]> |
In article <[email protected]>, Shlomi Fish <[email protected]> writes: > It seems to me that both ton's solution and his alternative solution are > incorrect: > What gives? > probably means it's wrong, though i thought what I did was actually portable. What is your perl version ? What is your CPU type ? What do these print for you: perl -wle 'print 1<<64' perl -wle 'print+(0..3)[2**32]' perl -wle 'print+(0..3)[2**31]'