# Create a new row in the table planet my $new_planet=$db->resultset('Star')->new({...blah...}); $planet->insert();