Help for this page
CREATE TABLE computer ( compid integer NOT NULL, compman character varying(128) NOT NULL, ... custid integer NOT NULL, compid integer NOT NULL );
my $newperson = eval { $customer_rs->create({ firstname => $params->{firstname}, lastname => $params->{lastname}, ... custid => $customer->{uniqid}, compid => $computer->{compid}, }) };