how do i find the limits of an integer (or some other data type) for the current system, using some code or something? (In Perl)
P.S. i need to know the limits to make sure that the result do not overflow in the system its being executed.
P.S. i need to know the limits to make sure that the result do not overflow in the system its being executed.
Comment