Help for this page

Select Code to Download


  1. or download this
    @{ $o->Ts }
    my $ref = \@{ $o->Ts };
    my @array = $o->Ts;
    my $count = $o->Ts;
    
  2. or download this
    @{ $o->Ts }
    my $ref = $o->Ts;
    my @array = @{ $o->Ts };
    my $count = @{ $o->Ts };