in reply to Re: Did I create a concurrent program?
in thread Did I create a concurrent program?
...and then reading in $j via @_ in the subroutine. This may have something to do with passing by reference via \&? Sorry, I forget what the error was but it wasn't allowed. Any ideas why?threads->create(\&mytest($j));
|
|---|