Help for this page

Select Code to Download


  1. or download this
    # solution 1
    use Config;
    ...
    else {
      # max_integer is probably 2**31-1
    }
    
  2. or download this
    # solution 2
    my $max_int = (-1)>>1;