Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "Using threads.pm version $threads::VERSION\n";
    
    Output: Using threads.pm version 1.77