Help for this page

Select Code to Download


  1. or download this
    use strict;
    use threads;
    use threads::shared;
    ...
    genSharedLower(\%all_shary_for_subs);
    print "Yey\n" if is_shared( $all_shary_for_subs{'%y'});
    lockit( \%all_shary_for_subs) ;
    
  2. or download this
    C:\Documents and Settings\nd250020\Desktop\dev>perl test.pl
    Yey
    Yey
    Done!