my $data = $thing->fetch; $thing->lock; $thing->write('new data'); $thing->unlock;