in reply to Re^15: Monitor list of threads running
in thread Monitor list of threads running
gambit$ perl -Mthreads -e 'use lib "/ssy/nos/thread_libs/lib/lib64/per +l5/5.8.8/x86_64-linux-thread-multi/";die $threads::VERSION' I got 1.07 at -e line 1
But If I run this. I get correct message
#!/usr/bin/perl use lib "/ssy/nos/thread_libs/lib/lib64/perl5/5.8.8/x86_64-linux-threa +d-multi/"; use threads; print "Using threads.pm version $threads::VERSION\n"; Output: Using threads.pm version 1.77
oh and also If I include path up to /ssy/nos/thread_libs/lib/lib64/ in perl script I get 1.07.
Never the less I got it with you help. thanks so much again.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^17: Monitor list of threads running
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 | |
by BrowserUk (Patriarch) on Apr 09, 2010 at 19:35 UTC | |
|