I don't quite get what your question is, but I'll guess that you're asking how to empty an array:
Or if you're in a loop you can just rely on redeclaration:@array = ();
while (1) { my @array; ... Dumper(\@array) }
In reply to Re: how to remove dumped data, dumped using &Dumper()
by duff
in thread how to remove dumped data, dumped using &Dumper()
by Khatri
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |