in reply to Re^4: Tell me how it works!in thread Tell me how it works!
undef @a; would do it. @a = (); is better undef @b; would do it. @b = (); is better
@$glob = (); if you have a glob.