threads->create{ sub { $object->method( @args ) }, ); threads->create{ sub { $object->method( @_ ) }, @args );