Help for this page
my @foo = qw(foo bar baz); @foo = (); ... my @bar = qw(foo bar baz); undef @bar; print "\@bar is defined.\n" if defined @bar;