Good Morning -

I think this is (one of) the last question(s) - I have the following
structure -
                    $the_data[$datapointcnt] =
                    {
                        x => $maturity_range_counter,
                        y =>
$maturity[$maturity_range_counter][$maturity_detail_counter] -> {oas},
                        rating =>
$maturity[$maturity_range_counter][$maturity_detail_counter] -> {rating},
                    }

I use this structure for several different (sequential and mutually
exclusive) iterations - between each use (iteration) I would like
to clear everything out - reinitialize it so it is 'fresh'.  Reason being -
I sort the information and it works perfectly (almost).  When Iteration
'n+1' has fewer elements than iteration 'n' the old information from nth
iteration shows up in the output - which leads me to believe the information
is still hidden in the array.

(if I do not sort it - I know how many elements I have placed -and can
control the output when I dump the data  and know the data that I am placing
is good)

Any ideas how to purge the old information would be appreciated.

Andrew

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to