RE: Intresting Logic Problem
[email protected] ("Jerry D. Hedden")
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <20060505115005.fb30e530d17747c2b054d625b8945d88.858bb33aac.wbe@email.secureserver.net> |
> I > am wandering if maybe I need to do something different here with the > variable name and have each thread have its own thread ID... So instead > of just simply calling $thr, maybe I could parse out the first 5 digits > of the file and use that as a new thread... Thread IDs (obtained via $thr->tid()) are assigned by the threads module and cannot be set by the application.