Help for this page
my @labels; push @lable, $textarea->Label(); ...
my @labels = grep { $_->class eq 'Label' } $textarea->children;