Help for this page

Select Code to Download


  1. or download this
    use constant MAX_INT => unpack('J', pack('j', -1));
    use constant MAX_INT => 0+sprintf('%u', -1);
    
  2. or download this
    use constant MAXINT => ~0;