Help for this page

Select Code to Download


  1. or download this
        foreach my $var($self->tsids) {
    
  2. or download this
       my $fieldnames = $sth->{NAME};
    
       while(my $row = $sth->fetch) {
    ...
       }
        }
        }