#!/usr/local/bin/perl -w use strict; my $x = 3147483648; my $y = 3147483648; my $a = $x + $y; print $a;