in reply to Re^4: De-Overload reference?
in thread De-Overload reference?

No, I just showed it doesn't happen in threads. I have no expertise in Choro.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^6: De-Overload reference?
by LanX (Saint) on Apr 18, 2024 at 13:22 UTC
    Sorry, but how does it show that the overloading works in one thread while it's deactivated in the other one?

    If those are outputs from different threads, could you append an identifier?

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery

      Each thread outputs something completely different. Threads are not like fork, you specify the code to run in a thread.

      map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]