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