There are many different ways, the simplest being to just assign an empty list. But these all do the same thing.
Code:
@a = ();
$#a = -1;
undef @a;