From package Mango::Collection: sub insert { ... # Make sure all documents have ids my @ids = map { $_->{_id} //= bson_oid } @$docs; ... } The variable transmission has been modified When I re-use this variable