On 2/26/09 Thu Feb 26, 2009 6:24 AM, "Irfan Sayed"
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 stored randomly
in th
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.
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 wha
b'}{'c'} eq 'ARRAY' ) {
die "Error! Not an array ref!";
}
Rob
-Original Message-
From: dodda satish [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 26, 2001 6:39 PM
To: [EMAIL PROTECTED]
Subject: question regarding hash hash hash array
Hi ,
I hav
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 the