in reply to Re: Did I create a concurrent program?
in thread Did I create a concurrent program?

Thanks, I didn't consider that. Thanks for all the advice everyone. I had a problem doing something like this:
threads->create(\&mytest($j));
...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?