Help for this page

Select Code to Download


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