regarding hash

2009-02-26 Thread Irfan Sayed
Hi All,   I have sorted one array in ascending order. Now i want to store that sorted output (key/value pair ) in new hash. How can i do that. Secondly, i want to delete the first occurence of key/value pair.   Please help   Regards irf.

Re: regarding hash

2009-02-26 Thread Jim Gibson
On 2/26/09 Thu Feb 26, 2009 6:24 AM, Irfan Sayed irfan_sayed2...@yahoo.com scribbled: Hi All,   I have sorted one array in ascending order. Now i want to store that sorted output (key/value pair ) in new hash. How can i do that. By design, hashes do not have an order. Key/value pairs are

Re: More questions regarding hash

2003-08-14 Thread James Edward Gray II
On Tuesday, August 12, 2003, at 03:35 PM, Trina Espinoza wrote: Hi James, Hello again. In the future, I recommend copying the list in replies. That will help you get your problem solved by all the people smarter than me. ;) Sorry to be back so soon with questions. . . No problem, that's

RE: question regarding hash hash hash array

2001-12-27 Thread Hanson, Robert
PM To: [EMAIL PROTECTED] Subject: question regarding hash hash hash array Hi , I have declared a hash hash hash array as $::alpha{'a'}{'b'}{'c'}=['p','q','r']; and when I do to put these in a local variable array as @::my_array=@{$::alpha{'a'}{'b'}{'c'} }; I get the values of the array when i use

question regarding hash hash hash array

2001-12-26 Thread dodda satish
Hi , I have declared a hash hash hash array as $::alpha{'a'}{'b'}{'c'}=['p','q','r']; and when I do to put these in a local variable array as @::my_array=@{$::alpha{'a'}{'b'}{'c'} }; I get the values of the array when i use it in my test script, when when I include this in my main code i get