help with array within another array
- From: rmalghan@xxxxxxxxx (Ravi Malghan)
- Date: Tue, 27 Feb 2007 11:53:47 -0800 (PST)
Hi: I just can't seem to figure this out.
I am trying to declare two associative array
(%nodeowner and %nodeseverity) within another array
called %SESSION
For example
%nodeowner = ("node1", "john", "node2", "nancy");
%nodeseverity = ("node1", 5, "node2", 10);
How do I declare %SESSION containing %nodeowner and
%nodeseverity. And how do I access say the value John
give node1 from the nodeowner array that is in
SESSION?
TIA
Ravi
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
.
- Follow-Ups:
- Re: help with array within another array
- From: Chas Owens
- Re: help with array within another array
- From: John W. Krahn
- Re: help with array within another array
- From: Paul Lalli
- Re: help with array within another array
- From: Neal Clark
- Re: help with array within another array
- From: Ravi Malghan
- Re: help with array within another array
- Prev by Date: Re: how good is 'crypt()'?
- Next by Date: Re: how good is 'crypt()'?
- Previous by thread: how good is 'crypt()'?
- Next by thread: Re: help with array within another array
- Index(es):
Relevant Pages
|