Integer overflow: Difference between revisions

m
→‎{{header|Perl}}: added </lang> to match the <lang c> [??]
m (→‎{{header|Lingo}}: added </lang> to match the <lang c> [??])
m (→‎{{header|Perl}}: added </lang> to match the <lang c> [??])
Line 1,911:
Using Perl 5.18 on 64-bit Linux with use integer:
The Perl 5 program below does <b>not</b> recognize a signed integer overflow and the program <b>continues with wrong results</b>.
<lang c>#include <stdio.h></lang>
 
<lang perl>
7,794

edits