RE: Reinit arrays for non destructive reuse

2005-02-02 Thread Charles K. Clarkson
Stephen York <[EMAIL PROTECTED]> wrote: : Hi, : : I've been trying to insert an array ref within a hash. I wrote a : test program which was successful, but my real program requires : the redefinition of the arrays to be done within an if block. : When done in the if block it overwrites previous va

Reinit arrays for non destructive reuse

2005-02-02 Thread Stephen York
Hi, I've been trying to insert an array ref within a hash. I wrote a test program which was successful, but my real program requires the redefinition of the arrays to be done within an if block. When done in the if block it overwrites previous values. Whe done outside the if block a new array is cr