On Thu, Mar 19, 2020 at 3:20 PM Ðлег ÐÑонин <syber@crazypanda.ru> wrote: > > Hello. Maybe offtopic, but there are convenient C++ Perl API (designed to use instead of perl native one) provided by XS::Framework; > > With this API it can be done as > xs::Ref ref = sv1; > xs::Sv value = sv2; > ref.value(value); > > or (the same) > Ref(sv1).value(sv2); Yeah, definitely off-topic, but interesting nonetheless. It sounds rather similar to what I did in libperl++. LeonThread Previous