pagarwal has asked for the wisdom of the Perl Monks concerning the following question:
if i want to print the data reqd, how can i do this?hash = { array1 = ( arrayname, array11 = ( data reqd) ), array2 = ( arrayname, array21 = (another data reqd) ), . . . . . )
janitored by ybiC: Balanced <code> tags around codeblock
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: how can i print an array nested in an array which is further nested in hash?
by Taulmarill (Deacon) on Mar 02, 2005 at 10:05 UTC | |
Re: how can i print an array nested in an array which is further nested in hash?
by rupesh (Hermit) on Mar 02, 2005 at 11:57 UTC | |
Re: how can i print an array nested in an array which is further nested in hash?
by Nevtlathiel (Friar) on Mar 02, 2005 at 11:16 UTC | |
Re: how can i print an array nested in an array which is further nested in hash?
by holli (Abbot) on Mar 02, 2005 at 10:33 UTC |