my (%hash, $a_big_num, $some_data); # Store $hash{$a_big_num} = $some_data; # Fetch $some_data = $hash{$a_big_num};