$y = $session{x}; foo($y); sub foo { $y->set_z(3); # this changes state of object $y }