Help for this page
my @one = ('A', 'B', 'C'); my @two = (); ... { print "Array two is defined.\n"; }
Array one is defined.