http://www.perlmonks.org?node_id=831733

uG has asked for the wisdom of the Perl Monks concerning the following question:

I have two dbix::class schemas who have a has_many and belongs_to relationship. Lets sat A has_many B and B belongs_to A. How do I update B, as well as the A row that it belongs to with just one update statement?