in reply to
deleting all the elements of an array
Set it equal to the empty list:
@table_cont = ();
- danboo
Comment on
Re: deleting all the elements of an array
Download
Code
In Section
Seekers of Perl Wisdom