Conside the following codes: use POSIX;
print LONG_MAX, "\n"; my $num = 99999999994; print $num; Why $num is bigger than LONG_MAX ? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/