Help for this page

Select Code to Download


  1. or download this
    This is perl, v5.8.2 built for MSWin32-x86-multi-thread
    Binary build 808 provided by ActiveState Corp. http://www.ActiveState.
    +com
    
  2. or download this
    P:\test>perl -Mthreads -mthreads::shared
    my( %h ) : shared;
    ...
    print $h{hello};
    ^Z
    123