Replacing values in two hashes

2003-03-05 Thread Roman Porizka
Hello, I'm trying to exchange values in two hashes. These values are lists of hashes. I tryied to use combination of hv_fetch and hv_store, but it didn't work: SV ** temp_loop1; SV ** temp_loop2; temp_loop1 = hv_fetch(temp_include,some_key,strlen(some_key),0); temp_loop2 =

Re: Replacing values in two hashes

2003-03-05 Thread Nick Ing-Simmons
Roman Porizka [EMAIL PROTECTED] writes: Hello, I'm trying to exchange values in two hashes. These values are lists of hashes. I tryied to use combination of hv_fetch and hv_store, but it didn't work: SV ** temp_loop1; SV ** temp_loop2; temp_loop1 =