in reply to Re: using undef on a arrayin thread using undef on a array
I think that the original problem was "how to clear out an array". (As usual, correct me if I'm wrong.)
$#my_array=-1; [download]