Help for this page

Select Code to Download


  1. or download this
       my $out = @@{$self->{'labels'}}?$#{$self->{'labels'}}:0;
       return DVAL $out;
    
  2. or download this
       return scalar @{$self->{'labels'}};