use strict; use warnings; use lib "."; use Max; my $rrr = Max->new(); my $pform = "GeneID varchar(30) not null PRIMARY KEY"; my $tname = "PT"; $rrr->createtable(form => $pform, table => $tname);