in reply to Re^14: Monitor list of threads running
in thread Monitor list of threads running
Again, going back to where we already were, you can use the following snippet:
perl -Mthreads -e 'use lib "/ssy/nos/thread_libs/lib/";die $threads::V +ERSION'
... or you can output the version information from your script:
use threads; print "Using threads.pm version $threads::VERSION\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^16: Monitor list of threads running
by mr_p (Scribe) on Apr 09, 2010 at 16:13 UTC | |
|
Re^16: Monitor list of threads running
by mr_p (Scribe) on Apr 09, 2010 at 17:06 UTC | |
by BrowserUk (Patriarch) on Apr 09, 2010 at 17:12 UTC | |
by mr_p (Scribe) on Apr 09, 2010 at 17:55 UTC | |
by BrowserUk (Patriarch) on Apr 09, 2010 at 18:27 UTC | |
by mr_p (Scribe) on Apr 09, 2010 at 19:31 UTC | |
|