I have a hash with keys and values stored in it. The keys are floating point numbers(i.e 0.423.0.523 etc).
And the values are url's. For each keys its correct value(url) is stored in the hash.
Now, what modification i want is, i just want to filter the hash keys for example, i want only the values greater than 0.4 and its correct url as a output rather than all random numbers in key..
Need suggestion. Thanks,In reply to Hash table manipulation by sarvan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |