in reply to Re^8: Monitor list of threads running
in thread Monitor list of threads running

Sorry - as you were using threads, I presumed you were on Windows. On unixish systems, you need to use single quotes instead of double quotes:

perl -Mthreads -e 'die $threads::VERSION'

Replies are listed 'Best First'.
Re^10: Monitor list of threads running
by mr_p (Scribe) on Apr 08, 2010 at 20:25 UTC
    that is no problem.
    gambit$perl -Mthreads -e 'die $threads::VERSION' 1.05 at -e line 1.
    Is that really old version?
      Is that really old version?

      Yes. Upgrade.

      You can find out the currently released version of a module by searching it on CPAN. I'll link to the threads documentation for you.

        1.07 is the version that is deployed with v5.8.8, I am surprised it is not close to up to date.

        Can I compile it locally as a separate library and deploy. Or I have to install it as root to the machine that is deployed?