in reply to Elegant way of destroying a list
@array = (); # @array is an array, () is an empty list [download]
@array = (1, 2, 3); [download]