@three = (1); @three = (); if (defined(@three)) { print "Array three is defined.\n"; }