$thr->create('function','arg1','arg2'); # use defaults $thr->create_with( -call => 'function', -args => ['arg1','arg2'], -stack => 65535 );