On 1/3/21 10:40 AM, Paul Procacci wrote:
Furthermore you can't pass a naked $entry to like so: Process32First($handle, $entry) It has to be a pointer;  had you tried what you suggested, raku would have thrown errors and for good reason.

Do you understand about "is rw" now?

    Process32First($handle, $entry is rw)


Reply via email to