Re: [perl #132316] AutoReply: [Double Free] Crash while running program

2017-10-31 Thread Marcel Timmerman
On 10/17/2017 08:37 PM, perl6 via RT wrote: I've modified the BSON code quite a bit thanks to examples from Zoffix, crashes are gone! Also I changed the parts encoding the document due to hangups I still experienced. This was still a problem of which I thought I had fixed it, issue #20 threadp

Re: [perl #132316] AutoReply: [Double Free] Crash while running program

2017-10-31 Thread mt1957 via RT
On 10/17/2017 08:37 PM, perl6 via RT wrote: I've modified the BSON code quite a bit thanks to examples from Zoffix, crashes are gone! Also I changed the parts encoding the document due to hangups I still experienced. This was still a problem of which I thought I had fixed it, issue #20 threadpo

Re: How do I read a pipe into a one liner?

2017-10-31 Thread ToddAndMargo
On 10/29/2017 11:18 PM, ToddAndMargo wrote: Dear List, I am trying to translate this P5 coder to P6. I am looking at how to read a pipe into a line liner: Follow up: With the help of the guys on the chat line, here is the keeper file I wrote myself: -T How to read a "pipe": .lines gives