Help for this page

Select Code to Download


  1. or download this
    package MyTable
    sub new { ... }
    ...
       
       $self->{t}->$command(@_);
    }
    
  2. or download this
    package TableA
    
    ...
       
        $self->buildFromSql($dbh,$sql)
    }
    
  3. or download this
    
    ## CLIENT
    my $table = new TableA();
    $table->html2."\n";