Help for this page

Select Code to Download


  1. or download this
    my %hash = (-5189 => 63, -3213 => 9, -2357 => 3);
    
    ...
      return;
    }
    print next_key(\%hash,3000) . "\n";
    
  2. or download this
    my %hash = (5189 => 63, 3213 => 9, 2357 => 3);