use Tie::IxHash; tie my %urlhashA, "Tie::IxHash"; %urlhashA = ( 'blah' => 'URL', 'bleh' => 'notherURL', 'bloo' => 'ananotherURL', );