<?xml version="1.0" encoding="windows-1252"?>
<node id="1014730" title="Multidimensional arrays within arrays" created="2013-01-22 11:52:37" updated="2013-01-22 11:52:37">
<type id="115">
perlquestion</type>
<author id="999051">
reaper9187</author>
<data>
<field name="doctext">
Hi Everyone .. &lt;br/&gt;
Back here to seek your wisdom on a particular issue. I'm trying to develop a time based analysis of a system monitoring certain parameters. I need to display the information using line graphs. I'm currently using Tk::Chart for this purpose. As it turns out , evry line graph i will be plotting is a function of three variables(say A,B,C). 
&lt;br/&gt; As you all must be aware, Tk::Chart only uses array references for displaying data( assuming the hash references do not exist), i need to customize my data accordingly. 
&lt;br/&gt;
I'm trying to create an array of 2D arrays, something like &lt;code&gt;push(@{($a[$i])[$j][$k]},,44,55,66,22); #but this is not allowed &lt;/code&gt; &lt;br/&gt;
For eg: @a = qw/1 2 3 4 5/; , where each element has a 2D array associated with it .. &lt;br/&gt;&lt;br/&gt; please help ..!!</field>
</data>
</node>
